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

The result of a range_reverse query on iterable containers. Handles are stable indices into an array until removed, regardless of other insertions, removals, or array resizing. More...

#include <types.h>

Detailed Description

The result of a range_reverse query on iterable containers. Handles are stable indices into an array until removed, regardless of other insertions, removals, or array resizing.

A range_reverse provides a view all elements that fit the equals range_reverse criteria of search-by-key containers. Use the provided range iteration functions in this header to iterate from beginning to end in reverse order relative to the containers default ordering.

Data Fields

CCC_Handle_index reverse_begin
 
CCC_Handle_index reverse_end
 

Field Documentation

◆ reverse_begin

CCC_Handle_index CCC_Handle_range_reverse::reverse_begin

The stable index to the reverse begin slot of the range.

◆ reverse_end

CCC_Handle_index CCC_Handle_range_reverse::reverse_end

The stable index to the reverse end slot of the range.


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