distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
IntegerSequence with two internal type aliases. More...
#include "estd/IntegerSequence.hpp"
Public Types | |
using | base = IntegerSequence< T, Integers... > |
type of base class More... | |
using | type = TypedSequence |
type of class More... | |
![]() | |
using | value_type = T |
integer type used for the elements of the sequence More... | |
Additional Inherited Members | |
![]() | |
static constexpr std::size_t | size () noexcept |
IntegerSequence with two internal type aliases.
T | is an integer type to use for the elements of the sequence |
Integers | is a non-type parameter pack representing the sequence |
using estd::internal::TypedSequence< T, Integers >::base = IntegerSequence<T, Integers...> |
type of base class
using estd::internal::TypedSequence< T, Integers >::type = TypedSequence |
type of class