|
CppCommon 1.0.5.0
C++ Common Library
|
Static array countof definition. More...
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| template<typename T > | |
| size_t | CppCommon::countof (const T &container) noexcept |
| Count of elements in any other STL container. | |