indigoX
SimpleBiMap< L, R > Struct Template Reference

#include <indigox/utils/simple_bimap.hpp>

Public Types

using LeftType = eastl::vector_map< L, R >
 
using RightType = eastl::vector_map< R, L >
 

Public Member Functions

void clear ()
 
void erase (L l)
 
void erase (R r)
 
void insert (L l, R r)
 

Public Attributes

LeftType left
 
RightType right
 

Member Typedef Documentation

◆ LeftType

using LeftType = eastl::vector_map<L, R>

◆ RightType

using RightType = eastl::vector_map<R, L>

Member Function Documentation

◆ clear()

void clear ( )
inline

◆ erase() [1/2]

void erase ( l)
inline

◆ erase() [2/2]

void erase ( r)
inline

◆ insert()

void insert ( l,
r 
)
inline

Member Data Documentation

◆ left

◆ right


The documentation for this struct was generated from the following file: