diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxKey.html --- a/docs/api-2.1/structUcxKey.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,149 +0,0 @@ - - - - - - - -ucx: UcxKey Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
UcxKey Struct Reference
-
-
- -

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

Detailed Description

-

Structure to publicly denote a key of a UcxMap.

-

Field Documentation

- -

◆ data

- -
-
- - - - -
const void* UcxKey::data
-
- -

The key data.

- -
-
- -

◆ hash

- -
-
- - - - -
int UcxKey::hash
-
- -

A cache for the hash value of the key data.

- -
-
- -

◆ len

- -
-
- - - - -
size_t UcxKey::len
-
- -

The length of the key data.

- -
-
-
The documentation for this struct was generated from the following file: -
- - - -