Searched defs:arraySize (Results 1 – 1 of 1) sorted by relevance
36 static constexpr size_t arraySize(const T (&arr)[N]) { in arraySize() function41 static constexpr size_t arraySize(const std::array<T, N>& arr) { in arraySize() function