CppCommon
1.0.4.1
C++ Common Library
|
Static array countof definition. More...
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
template<typename T , size_t N> | |
constexpr size_t | CppCommon::countof (const T(&)[N]) noexcept |
Count of elements in static array. More... | |
template<typename T > | |
size_t | CppCommon::countof (const T &container) noexcept |
Count of elements in any other STL container. More... | |