CP3-llbb Framework
Public Types | Public Member Functions | Public Attributes | List of all members
bimap< T, U > Struct Template Reference

Public Types

typedef std::unordered_map< T, U > left_type
 
typedef std::unordered_map< U, T > right_type
 

Public Member Functions

 bimap (std::initializer_list< typename left_type::value_type > l)
 
 bimap (bimap &&rhs)
 

Public Attributes

left_type left
 
right_type right
 

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