table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.3.0-1
conflicting packages
std::tuple_element< __i, _Tp >(3cxx) | std::tuple_element< __i, _Tp >(3cxx) |
NAME¶
std::tuple_element< __i, _Tp > - Gives the type of the ith element of a given tuple type.
SYNOPSIS¶
Detailed Description¶
template<size_t __i, typename _Tp>¶
struct std::tuple_element< __i, _Tp >"Gives the type of the ith element of a given tuple type.
Definition at line 80 of file utility.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |