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

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

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

Public Static Attributes

static const size_t Size = S