std::integer_sequence - Man Page
Class template integer_sequence.
Synopsis
#include <utility>
Public Types
typedef _Tp value_type
Static Public Member Functions
static constexpr size_t size () noexcept
Detailed Description
template<typename _Tp, _Tp... _Idx>
struct std::integer_sequence< _Tp, _Idx >"Class template integer_sequence.
Definition at line 164 of file utility.
Member Typedef Documentation
template<typename _Tp , _Tp... _Idx> typedef _Tp std::integer_sequence< _Tp, _Idx >::value_type
Definition at line 166 of file utility.
Member Function Documentation
template<typename _Tp , _Tp... _Idx> static constexpr size_t std::integer_sequence< _Tp, _Idx >::size () [inline], [static], [constexpr], [noexcept]
Definition at line 167 of file utility.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
Sat Jan 28 2023 libstdc++