std::_Tuple_impl< _Idx, _Elements >
- Provided by: libstdc++-9-doc (Version: 9.5.0-6ubuntu2.1)
- Source: gcc-9
- Report a bug
struct std::_Tuple_impl< _Idx, _Elements >"Contains the actual implementation of the tuple template, stored as a recursive inheritance hierarchy from the first element (most derived class) to the last (least derived class). The Idx parameter gives the 0-based index of the element stored at this point in the hierarchy; we use it to implement a constant-time get() operation.
Definition at line 177 of file tuple.
Generated automatically by Doxygen for libstdc++ from the source code.