|
momo
3.12
|
#include "set_map_utility.h"Go to the source code of this file.
Classes | |
| class | momo::stdish::internal::map_value_compare< TKey, TLessComparer > |
| class | momo::stdish::internal::map_adaptor_base< TTreeMap > |
| class | momo::stdish::map_adaptor< TTreeMap > |
| class | momo::stdish::multimap_adaptor< TTreeMap > |
| class | momo::stdish::map< TKey, TMapped, TLessComparer, TAllocator > |
momo::stdish::map is similar to std::map, but much more efficient in memory usage. The implementation is based on a B-tree. More... | |
| class | momo::stdish::multimap< TKey, TMapped, TLessComparer, TAllocator > |
momo::stdish::multimap is similar to std::multimap, but much more efficient in memory usage. The implementation is based on a B-tree. More... | |
Namespaces | |
| momo | |
| momo::stdish | |
| momo::stdish::internal | |