diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxMapKey.html --- a/docs/api-2.1/structUcxMapKey.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,149 +0,0 @@ - - -
- - - - -- |
- ucx
-
- UAP Common Extensions
- |
-
Internal structure for a key of a UcxMap. - More...
- -#include <map.h>
-Data Fields | |
void * | data |
The key data. More... | |
size_t | len |
The length of the key data. More... | |
int | hash |
The hash value of the key data. More... | |
Internal structure for a key of a UcxMap.
-void* UcxMapKey::data | -
The key data.
- -int UcxMapKey::hash | -
The hash value of the key data.
- -size_t UcxMapKey::len | -
The length of the key data.
- -