MVault 0.0.1
|
The descendant of the ParentMap class, which stores the unordered_map, i.e. the hash table. More...
#include <Map.h>
Additional Inherited Members | |
Protected Attributes inherited from mvlt::ParentMap< std::unordered_multimap< KeyType, ValueType >, std::unordered_map< KeyType, ValueType >, UnorderedMapIterator< KeyType, ValueType >, KeyType, ValueType > | |
bool | IsMultiMap |
Is this multi map. | |
std::unordered_multimap< KeyType, ValueType > | DataMultiMap |
std::unordered_map< KeyType, ValueType > | DataMap |
The descendant of the ParentMap class, which stores the unordered_map, i.e. the hash table.
|
inline |
Class constructor.
[in] | isMultiMap | is this UnorderedMap store data in std::unordered_multimap |