std::integer_sequence (3) Linux Manual Page
std::integer_sequence – std::integer_sequence Synopsis Defined in header <utility> template< class T, T… Ints > (since C++14) class integer_sequence; The class template std::integer_sequence represents a compile-time sequence of integers. When used as an argument to a function_template, the parameter_pack Ints can be deduced and used in pack expansion. Template parameters T – an integer type to…
