For a given size provides a type member "type" specifying an integral sequence (inclusively starting from 0 to the sequence_size - 1) of the integral_sequence type. Used to sequentially extract parameters of a variadic template like std::tuple during a function call. More...
#include <chsvmetafun.h>
For a given size provides a type member "type" specifying an integral sequence (inclusively starting from 0 to the sequence_size - 1) of the integral_sequence type. Used to sequentially extract parameters of a variadic template like std::tuple during a function call.
T | is an integral type of the size. |
sequence_size | is the size of the produced sequence. The resulting sequence is of the integral_sequence <0, 1, ..., sequence_size - 1> type. |