libstdc++: std::tuple_size< array< _Tp, _Nm > (original) (raw)

#include <[array](a00047%5Fsource.html)>

Inheritance diagram for std::tuple_size< array< _Tp, _Nm > >:

Static Public Attributes
static constexpr size_t value

Detailed Description

template<typename _Tp, size_t _Nm>
struct std::tuple_size< array< _Tp, _Nm > >

Partial specialization for std::array.

Definition at line 491 of file array.

Member Typedef Documentation

type

value_type

Member Function Documentation

operator value_type()

constexpr std::integral_constant< size_t , __v >::operator value_type ( ) const inlineconstexprnoexceptinherited

Member Data Documentation

value


The documentation for this struct was generated from the following file: