libstdc++
|
#include <tuple>
Public Types | |
using | type = typename _Nth_type< __i, _Types... >::type |
Trait to get the Ith element type from a tuple.
using std::tuple_element< __i, tuple< _Types... > >::type = typename _Nth_type<__i, _Types...>::type |