distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
estd::internal::MakeIntegerSequenceImplementation< T, 0 > Struct Template Reference

Implementation of generator of IntegerSequence types. More...

#include "estd/IntegerSequence.hpp"

Public Types

using type = TypedSequence< T >
 empty TypedSequence<T> type More...
 

Detailed Description

template<typename T>
struct estd::internal::MakeIntegerSequenceImplementation< T, 0 >

Implementation of generator of IntegerSequence types.

Specialization for terminal case - 0 elements - generates TypedSequence<T> type.

Template Parameters
Tis an integer type to use for the elements of the sequence

Member Typedef Documentation

◆ type

template<typename T >
using estd::internal::MakeIntegerSequenceImplementation< T, 0 >::type = TypedSequence<T>

empty TypedSequence<T> type


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