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
1351 static constexpr size_t countof(T const (&)[N]) { in countof() function
810 constexpr std::size_t countof(T const (&)[N]) in countof() function
119 countof(const T (&)[N]) in countof() function128 countof(const T * const begin, const T * const end) in countof() function
118 countof(const T (&)[N]) in countof() function127 countof(const T * const begin, const T * const end) in countof() function