|
MVault 1.0.0
Simple c++ database
|
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 |
| Multi container. | |
| std::unordered_map< KeyType, ValueType > | DataMap |
| Container. | |
The descendant of the ParentMap class, which stores the unordered_map, i.e. the hash table.
|
inlineexplicitnoexcept |
Class constructor.
| [in] | isMultiMap | is this UnorderedMap store data in std::unordered_multimap |