#include <hashmap.h>
Marker class similar to HashMapKeyValuePair, but with a HashMap entry layout where the key will be the last data member of the entry. This can be used if keys have a variable size. If this is not needed, HashMapKeyValuePair should have a better performance as the key is directly stored behind the hash code (better locality).
Static Public Attributes | |
static const HASHMAP_ENTRY_LAYOUT | LAYOUT |
|
static |