Provided by: libstdc++-8-doc_8.4.0-1ubuntu1~18.04_all 

NAME
std::tuple_element< _Int, _Tp > - tuple_element
SYNOPSIS
Detailed Description
template<std::size_t _Int, typename _Tp>
struct std::tuple_element< _Int, _Tp >" tuple_element
Gives the type of the ith element of a given tuple type.
Definition at line 359 of file array.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Mar 10 2020 std::tuple_element< _Int, _Tp >(3cxx)