|
C Container Collection (CCC)
|
#include <private_types.h>

A helper type so that we may return ranges by compound literal reference to other functions for API consistency. The user interacts with this type in the API as follows but we typedef it so they don't care.
We can then wrap that returned compound literal reference in a macro. Union is used as the wrapping type as a reminder that this type should serve no other purpose and add no additional fields.
Data Fields | |
| struct CCC_Handle_range | private |
| struct CCC_Handle_range CCC_Handle_range_wrap::private |
Helper to return the compound literal reference.