C Container Collection (CCC)
Loading...
Searching...
No Matches
ccc_user_key Struct Reference

A read only reference to a key type matching the key field type used for hash containers. More...

#include <types.h>

Data Fields

void const *const user_key
 
void * aux
 

Detailed Description

A read only reference to a key type matching the key field type used for hash containers.

A reference to any auxiliary data is also provided. This the struct one can use to hash their values with their hash function.

Field Documentation

◆ aux

void* ccc_user_key::aux

A reference to aux data provided to the container on initialization.

◆ user_key

void const* const ccc_user_key::user_key

A reference to the same type used for keys in the container.


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