distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
TypedSequence optionally extended by one element. More...
#include "estd/IntegerSequence.hpp"
Public Types | |
using | type = TypedSequence< T, Integers..., sizeof...(Integers)> |
TypedSequence optionally extended by one element.
Specialization for the case with extending.
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::ExtendedIntegerSequence< true, TypedSequence< T, Integers... > >::type = TypedSequence<T, Integers..., sizeof...(Integers)> |
sequence extended by one element - TypedSequence<T, 0, 1, ..., N - 1> is turned into TypedSequence<T, 0, 1, ..., N - 1, N>