momo  3.9
unordered_multimap.h File Reference
#include "../HashMultiMap.h"

Go to the source code of this file.

Classes

class  momo::stdish::unordered_multimap< TKey, TMapped, THashFunc, TEqualFunc, TAllocator, THashMultiMap >
 momo::stdish::unordered_multimap is similar to std::unordered_multimap, but much more efficient in memory usage. The implementation is based on hash table with buckets in the form of small arrays. More...
 
class  momo::stdish::unordered_multimap_open< TKey, TMapped, THashFunc, TEqualFunc, TAllocator >
 momo::stdish::unordered_multimap_open is similar to std::unordered_multimap, but much more efficient in operation speed. The implementation is based on open addressing hash table. More...
 

Namespaces

 momo
 
 momo::stdish