Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Public Attributes | List of all members
utils::bimap_detail::Row Struct Reference

#include <FrozenKeyIdxBiMap.h>

Public Attributes

uint16_t value = 0
 value associated with the current key
 
uint16_t keylen = 0
 length of the key (not including the '\0')
 
const char * key = nullptr
 identifies the address of this entry's key
 

Detailed Description

A hash table is just an array of Rows, which are (key,value) pair with a little extra metadata.


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