MeVisLab Toolbox Reference
std14 Namespace Reference

Classes

struct  integer_sequence
 
struct  make_integer_sequence
 
struct  make_integer_sequence< T, 0, Is... >
 

Typedefs

template<std::size_t... Ints>
using index_sequence = integer_sequence< std::size_t, Ints... >
 
template<std::size_t N>
using make_index_sequence = make_integer_sequence< std::size_t, N >
 
template<typename... T>
using index_sequence_for = make_index_sequence< sizeof...(T)>
 

Typedef Documentation

◆ index_sequence

template<std::size_t... Ints>
using std14::index_sequence = typedef integer_sequence<std::size_t, Ints...>

Definition at line 32 of file ObservableConnection.h.

◆ index_sequence_for

template<typename... T>
using std14::index_sequence_for = typedef make_index_sequence<sizeof...(T)>

Definition at line 44 of file ObservableConnection.h.

◆ make_index_sequence

template<std::size_t N>
using std14::make_index_sequence = typedef make_integer_sequence<std::size_t, N>

Definition at line 41 of file ObservableConnection.h.