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

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

#include <types.h>

Detailed Description

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

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

Data Fields

void const *const key
 
void * context
 

Field Documentation

◆ context

void* CCC_Key_context::context

A reference to context provided to the container on initialization.

◆ key

void const* const CCC_Key_context::key

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


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