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

IntegerSequence with two internal type aliases. More...

#include "estd/IntegerSequence.hpp"

Inheritance diagram for estd::internal::TypedSequence< T, Integers >:
[legend]
Collaboration diagram for estd::internal::TypedSequence< T, Integers >:
[legend]

Public Types

using base = IntegerSequence< T, Integers... >
 type of base class More...
 
using type = TypedSequence
 type of class More...
 
- Public Types inherited from estd::IntegerSequence< T, Integers... >
using value_type = T
 integer type used for the elements of the sequence More...
 

Additional Inherited Members

- Static Public Member Functions inherited from estd::IntegerSequence< T, Integers... >
static constexpr std::size_t size () noexcept
 

Detailed Description

template<typename T, T... Integers>
struct estd::internal::TypedSequence< T, Integers >

IntegerSequence with two internal type aliases.

Template Parameters
Tis an integer type to use for the elements of the sequence
Integersis a non-type parameter pack representing the sequence

Member Typedef Documentation

◆ base

template<typename T , T... Integers>
using estd::internal::TypedSequence< T, Integers >::base = IntegerSequence<T, Integers...>

type of base class

◆ type

template<typename T , T... Integers>
using estd::internal::TypedSequence< T, Integers >::type = TypedSequence

type of class


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