libstdc++
std::tuple_element< __i, tuple< _Types... > > Struct Template Reference

Public Types

using type = typename _Nth_type< __i, _Types... >::type
 

Detailed Description

template<size_t __i, typename... _Types>
struct std::tuple_element< __i, tuple< _Types... > >

Trait to get the Ith element type from a tuple.

Definition at line 1355 of file tuple.


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