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>
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.
ind | is a sequence of indices. The type duplicates C++14 std::integer_sequence class via C++11 mechanisms. |