xc
Public Types | List of all members
bidirectional_map< FromType, ToType > Struct Template Reference

Public Types

typedef std::pair< FromType, ToType > value_type
 
typedef boost::multi_index_container< value_type, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::tag< from >, boost::multi_index::member< value_type, FromType,&value_type::first > >, boost::multi_index::ordered_unique< boost::multi_index::tag< to >, boost::multi_index::member< value_type, ToType,&value_type::second > > > > type
 

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