Go to the source code of this file.
|
| class | momo::stdish::internal::map_value_compare< TKey, TLessComparer > |
| |
| class | momo::stdish::internal::map_base< TKey, TMapped, TLessComparer, TAllocator, TTreeMap > |
| |
| class | momo::stdish::map< TKey, TMapped, TLessComparer, TAllocator, TTreeMap > |
| | 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, TTreeMap > |
| | momo::stdish::multimap is similar to std::multimap, but much more efficient in memory usage. The implementation is based on a B-tree. More...
|
| |