Pothos  0.7.0-gf7fbae99
The Pothos dataflow programming software suite
Public Types | Static Public Member Functions | List of all members
Pothos::Util::integer_sequence< T, Ints > Struct Template Reference

#include <Templates.hpp>

Public Types

typedef T value_type
 The type of each integer. More...
 

Static Public Member Functions

static constexpr std::size_t size (void) noexcept
 The size of the integer pack. More...
 

Detailed Description

template<typename T, T... Ints>
struct Pothos::Util::integer_sequence< T, Ints >

A parameter pack of incrementing numbers 0 to N-1

Template Parameters
Tthe integer type
Intsthe parameter pack of integers

Member Typedef Documentation

◆ value_type

template<typename T , T... Ints>
typedef T Pothos::Util::integer_sequence< T, Ints >::value_type

The type of each integer.

Member Function Documentation

◆ size()

template<typename T , T... Ints>
static constexpr std::size_t Pothos::Util::integer_sequence< T, Ints >::size ( void  )
inlinestaticnoexcept

The size of the integer pack.


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