|
C Container Collection (CCC)
|
The result of a range query on iterable containers. More...
#include <types.h>
The result of a range query on iterable containers.
A range provides a view all elements that fit the equals range criteria of search-by-key containers. Use the provided range iteration functions in this header to iterate from beginning to end in forward order relative to the containers default ordering.
Data Fields | |
| void * | begin |
| void * | end |
| void* CCC_Range::begin |
The pointer to the begin slot of the range.
| void* CCC_Range::end |
The pointer to the end slot of the range.