DOKK / manpages / debian 12 / libstdc++-11-doc / std::integer_sequence.3cxx.en
std::integer_sequence< _Tp, _Idx >(3cxx) std::integer_sequence< _Tp, _Idx >(3cxx)

std::integer_sequence< _Tp, _Idx > - Class template integer_sequence.


typedef _Tp value_type


static constexpr size_t size () noexcept

struct std::integer_sequence< _Tp, _Idx >"Class template integer_sequence.

Definition at line 322 of file utility.

template<typename _Tp , _Tp... _Idx> typedef _Tp std::integer_sequence< _Tp, _Idx >::value_type

Definition at line 324 of file utility.

template<typename _Tp , _Tp... _Idx> static constexpr size_t std::integer_sequence< _Tp, _Idx >::size () [inline], [static], [constexpr], [noexcept]

Definition at line 325 of file utility.

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

Thu Feb 16 2023 libstdc++