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

Inheritance Relationships

Base Type

  • public true_type

Struct Documentation

template<class T, size_t N>
struct is_container<std::array<T, N>> : public true_type