std::array<T,N>::size
From cppreference.com
Template:cpp/container/array/sidebar
constexpr size_type size() noexcept; |
Template:cpp/container/mark c++11 feature | |
Returns the number of elements in the container, i.e. Template:cpp.
Contents |
Parameters
Return value
the number of elements in the container