chsvlib
chsv helper source code
integral_sequence< T, ind > Struct Template Reference

A type used to unpack tuples and pass its elements as a sequence of parameters via std::get <ind>(tuple_object)... . The type can be obtained at compile time using the integral_sequence_maker metafunction. More...

#include <chsvmetafun.h>

Detailed Description

template<class T, T... ind>
struct Chusov::integral_sequence< T, ind >

A type used to unpack tuples and pass its elements as a sequence of parameters via std::get <ind>(tuple_object)... . The type can be obtained at compile time using the integral_sequence_maker metafunction.

Template Parameters
indis a sequence of indices. The type duplicates C++14 std::integer_sequence class via C++11 mechanisms.

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