Logo ROOT   6.14/05
Reference Guide
List of all members | Public Types | Static Public Member Functions | List of all members
std::integer_sequence< _Tp, _Ip > Struct Template Reference

template<class _Tp, _Tp... _Ip>
struct std::integer_sequence< _Tp, _Ip >

Definition at line 89 of file RIntegerSequence.hxx.

Public Types

typedef _Tp value_type
 

Static Public Member Functions

static constexpr size_t size () noexcept
 

#include <ROOT/RIntegerSequence.hxx>

Member Typedef Documentation

◆ value_type

template<class _Tp, _Tp... _Ip>
typedef _Tp std::integer_sequence< _Tp, _Ip >::value_type

Definition at line 90 of file RIntegerSequence.hxx.

Member Function Documentation

◆ size()

template<class _Tp, _Tp... _Ip>
static constexpr size_t std::integer_sequence< _Tp, _Ip >::size ( )
inlinestaticnoexcept

Definition at line 92 of file RIntegerSequence.hxx.


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