HashMapValueKeyPair Struct Reference Data Structures

#include <hashmap.h>

Inheritance diagram for HashMapValueKeyPair:

详细描述

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 const HASHMAP_ENTRY_LAYOUT   LAYOUT

Member Data Documentation

◆  LAYOUT

const HASHMAP_ENTRY_LAYOUT LAYOUT static