diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxMapKey.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxMapKey.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,149 @@ + + + + + + + +ucx: UcxMapKey Struct Reference + + + + + + + + + +
+
+ + + + + + + +
+
ucx +
+
UAP Common Extensions
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
UcxMapKey Struct Reference
+
+
+ +

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

Detailed Description

+

Internal structure for a key of a UcxMap.

+

Field Documentation

+ +

◆ data

+ +
+
+ + + + +
void* UcxMapKey::data
+
+ +

The key data.

+ +
+
+ +

◆ hash

+ +
+
+ + + + +
int UcxMapKey::hash
+
+ +

The hash value of the key data.

+ +
+
+ +

◆ len

+ +
+
+ + + + +
size_t UcxMapKey::len
+
+ +

The length of the key data.

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