libstdc++
std::integer_sequence< _Tp, _Idx > Struct Template Reference

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 322 of file utility.

Member Typedef Documentation

◆ value_type

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

Definition at line 324 of file utility.

Member Function Documentation

◆ size()

template<typename _Tp , _Tp... _Idx>
static constexpr size_t std::integer_sequence< _Tp, _Idx >::size ( )
inlinestaticconstexprnoexcept

Definition at line 325 of file utility.


The documentation for this struct was generated from the following file: