Template Function length(const std::array<T, N>&)

Function Documentation

template<typename T, size_t N>
inline constexpr size_t length(const std::array<T, N>&)

Returns the size of an std::array.