Searched defs:countof (Results 1 – 6 of 6) sorted by relevance
24 constexpr size_t countof(T (&array)[N]) { in countof() function
1343 static constexpr size_t countof(T const (&)[N]) { in countof() function
810 constexpr std::size_t countof(T const (&)[N]) in countof() function
43 #define countof(a) ((sizeof (a))/(sizeof (a)[0])) macro
119 countof(const T (&)[N]) in countof() function128 countof(const T * const begin, const T * const end) in countof() function
105 countof(const T (&)[N]) in countof() function114 countof(const T * const begin, const T * const end) in countof() function