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