C Container Collection (CCC)
|
A key comparison helper to avoid argument swapping. More...
#include <types.h>
Data Fields | |
void const *const | key_lhs |
void const *const | user_type_rhs |
void * | aux |
A key comparison helper to avoid argument swapping.
The key is considered the left hand side of the operation if three-way comparison is needed. Left and right do not matter if equality is needed.
void* ccc_key_cmp::aux |
A reference to aux data provided to the container on initialization.
void const* const ccc_key_cmp::key_lhs |
Key matching the key field of the provided type to the container.
void const* const ccc_key_cmp::user_type_rhs |
The complete user type stored in the container.