oracular (3) std::_Tuple_impl.3cxx.gz

Provided by: libstdc++-14-doc_14.2.0-4ubuntu2_all bug

NAME

       std::_Tuple_impl< _Idx, _Elements >

SYNOPSIS

Detailed Description

   template<size_t _Idx, typename... _Elements>
       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.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++          std::_Tuple_impl< _Idx, _Elements >(3cxx)