#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 | |
![]() | |
using | HashValueType = HashInt |
![]() | |
static void | InitialReference (void *map, const void *entry) |
static void | RemoveReference (MAP *map, const ENTRY *entry) |
![]() | |
static const HASHMAP_ENTRY_LAYOUT | LAYOUT |