|
momo
3.12
|
#include "set_map_utility.h"Go to the source code of this file.
Classes | |
| class | momo::stdish::set_adaptor< TTreeSet > |
| class | momo::stdish::multiset_adaptor< TTreeSet > |
| class | momo::stdish::set< TKey, TLessComparer, TAllocator > |
momo::stdish::set is similar to std::set, but much more efficient in memory usage. The implementation is based on a B-tree. More... | |
| class | momo::stdish::multiset< TKey, TLessComparer, TAllocator > |
momo::stdish::multiset is similar to std::multiset, but much more efficient in memory usage. The implementation is based on a B-tree. More... | |
Namespaces | |
| momo | |
| momo::stdish | |