Searched defs:countof (Results 1 – 5 of 5) sorted by relevance
810 constexpr std::size_t countof(T const (&)[N]) in countof() function
38 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
66 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro