momo
3.9
|
Go to the source code of this file.
Classes | |
class | momo::stdish::set< TKey, TLessFunc, TAllocator, TTreeSet > |
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, TLessFunc, TAllocator, TTreeSet > |
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 | |