ucx
UAP Common Extensions
|
Structure to publicly denote a key of a UcxMap. More...
#include <map.h>
Data Fields | |
const void * | data |
The key data. More... | |
size_t | len |
The length of the key data. More... | |
int | hash |
A cache for the hash value of the key data. More... | |
Structure to publicly denote a key of a UcxMap.
const void* UcxKey::data |
The key data.
int UcxKey::hash |
A cache for the hash value of the key data.
size_t UcxKey::len |
The length of the key data.