distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
Implementation of generator of IntegerSequence types. More...
#include "estd/IntegerSequence.hpp"
Public Types | |
using | type = TypedSequence< T > |
empty TypedSequence<T> type More... | |
Implementation of generator of IntegerSequence types.
Specialization for terminal case - 0 elements - generates TypedSequence<T> type.
T | is an integer type to use for the elements of the sequence |
using estd::internal::MakeIntegerSequenceImplementation< T, 0 >::type = TypedSequence<T> |
empty TypedSequence<T> type