the same as Bimap, but implemented using boost::multi_index_container. Unfortunately slower More...
#include <bimap.hpp>
Public Member Functions | |
| template<typename Range > | |
| bimap_mic (Range &&range) | |
| constructor More... | |
| Idx | get_idx (const T &t) const |
| get_idx on element t More... | |
| const T & | get_val (Idx i) const |
| get element on index i More... | |
| std::size_t | size () const |
| number of elements More... | |
| Idx | add (const T &t) |
| adds alement to bimap More... | |
the same as Bimap, but implemented using boost::multi_index_container. Unfortunately slower
| T | |
| Idx |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.5