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

#include <tuple>

Public Types

using 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 2419 of file tuple.

Member Typedef Documentation

◆ type

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

Definition at line 2423 of file tuple.


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