Searched defs:countof (Results 1 – 2 of 2) sorted by relevance
23 #define countof(array) (sizeof(array)/sizeof(*(array))) macro
96 inline constexpr size_t countof(const T (&)[N]) { in countof() function101 inline constexpr size_t countof(const T* const begin, const T* const end) { in countof() function