HashMapKeyValuePair Struct Reference Data Structures

#include <hashmap.h>

Inheritance diagram for HashMapKeyValuePair:

详细描述

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).

静态公共属性

static const HASHMAP_ENTRY_LAYOUT   LAYOUT

Member Data Documentation

◆  LAYOUT

const HASHMAP_ENTRY_LAYOUT LAYOUT static