#include <hashmap.h>

Marker class to be used as template argument for HashMap for the usual case when the values don't contain the keys (so the HashMap has to store key-value-pairs).
Additional Inherited Members | |
Public Types inherited from DefaultHashMapEntryHandlerBase< HashInt, HASHMAP_ENTRY_LAYOUT::HASH_KEY_VALUE > | |
| using | HashValueType = HashInt |
Static Public Attributes inherited from DefaultHashMapEntryHandlerBase< HashInt, HASHMAP_ENTRY_LAYOUT::HASH_KEY_VALUE > | |
| static const HASHMAP_ENTRY_LAYOUT | LAYOUT |