$darkmode
cloe::BimapBase1< Type1, Type2, CRTP > Class Template Reference

BimapBase1 implements basic functions. More...

#include <bimap.hpp>

Inheritance diagram for cloe::BimapBase1< Type1, Type2, CRTP >:

Public Types

typedef Type1 type1
 
typedef Type2 type2
 
typedef boost::bimap< Type1, Type2 > bm_type
 

Static Public Member Functions

static const bm_type::left_map & left ()
 
static const bm_type::right_map & right ()
 
static bm_type::left_const_iterator beginLeft ()
 
static bm_type::left_const_iterator endLeft ()
 
static bm_type::left_const_iterator findLeft (const type1 &rhs)
 
static bm_type::right_const_iterator beginRight ()
 
static bm_type::right_const_iterator endRight ()
 
static bm_type::right_const_iterator findRight (const type2 &rhs)
 

Detailed Description

template<typename Type1, typename Type2, typename CRTP>
class cloe::BimapBase1< Type1, Type2, CRTP >

BimapBase1 implements basic functions.


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