CARB_COUNTOF#
Defined in carb/Defines.h
-
CARB_COUNTOF(a)#
Returns the count of an array as a
size_t
at compile time.- Parameters:
a – The array to count.
- Returns:
The number of elements in
a
.
Defined in carb/Defines.h
Returns the count of an array as a size_t
at compile time.
a – The array to count.
The number of elements in a
.