HashMapKeyHashValuePair Struct Reference

#include <hashmap.h>

Inheritance diagram for HashMapKeyHashValuePair:

Detailed Description

Marker class similar to HashMapKeyValuePair, but with a HashMap entry layout where the key will be the very first member entry (afterwards internal HashMap information is stored, finally the value). This can be used to access the reference counter of the entry via the key.

Additional Inherited Members

- Public Types inherited from DefaultHashMapEntryHandlerBase< HashInt, HASHMAP_ENTRY_LAYOUT::KEY_HASH_VALUE >
using HashValueType = HashInt
 
- Static Public Attributes inherited from DefaultHashMapEntryHandlerBase< HashInt, HASHMAP_ENTRY_LAYOUT::KEY_HASH_VALUE >
static const HASHMAP_ENTRY_LAYOUT LAYOUT