C Container Collection (CCC)
|
A read only reference to a key type matching the key field type used for hash containers. More...
#include <types.h>
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.
Data Fields | |
void const *const | any_key |
void * | aux |
void const* const ccc_any_key::any_key |
A reference to the same type used for keys in the container.
void* ccc_any_key::aux |
A reference to aux data provided to the container on initialization.