HashMapKeyHashValuePair Struct Reference Data Structures

#include <hashmap.h>

Inheritance diagram for HashMapKeyHashValuePair:

详细描述

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.

静态公共属性

static const HASHMAP_ENTRY_LAYOUT   LAYOUT

Member Data Documentation

◆  LAYOUT

const HASHMAP_ENTRY_LAYOUT LAYOUT static