std::tuple_element<std::array>
From cppreference.com
| Defined in header <array>
|
||
| template< std::size_t I, class T, std::size_t N > struct tuple_element< I, std::array<T, N> >; |
(since C++11) | |
Provides compile-time indexed access to the type of the elements of the array using tuple-like interface.
Contents |