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.