Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ COUNT_OF

#define COUNT_OF ( x)
Value:
((sizeof(x) / sizeof(0 [x])) / ((size_t)(!(sizeof(x) % sizeof(0 [x])))))

Macro for counting items in an object.

Parameters
xAn object for which the counting will be made.
Returns
A number of items in an object.