distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
estd::internal::ExtendedIntegerSequence< Extend, Sequence > Struct Template Reference

TypedSequence optionally extended by one element. More...

#include "estd/IntegerSequence.hpp"

Public Types

using type = Sequence
 same as Sequence More...
 

Detailed Description

template<bool Extend, typename Sequence>
struct estd::internal::ExtendedIntegerSequence< Extend, Sequence >

TypedSequence optionally extended by one element.

Template Parameters
Extendselects whether the sequence will be extended by one element (true) or not (false)
Sequenceis the type of sequence that will optionally be extended

Member Typedef Documentation

◆ type

template<bool Extend, typename Sequence>
using estd::internal::ExtendedIntegerSequence< Extend, Sequence >::type = Sequence

same as Sequence


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