Template Struct is_std_array< std::array< T, N > >

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

template<typename T, std::size_t N>
struct is_std_array<std::array<T, N>> : public std::true_type