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, array<T, N> >;  | 
(since C++11) | |
Provides compile-type indexed access to the type of the elements of the array using tuple-like interface
Contents | 
[edit] Member types
| Member type | Definition | 
| type | the type of elements of the array | 
[edit] Possible implementation
| This section is incomplete Reason: no eq fun  | 
[edit] Example
| This section is incomplete Reason: no example  | 
[edit] See also
|    obtains the type of the specified element   (class template specialization)  | 
|
|    (C++11) 
 | 
   obtains the type of the elements of pair  (class template specialization)  |