Typedef mpark::lib::index_sequence_for

Typedef Documentation

template<typename ...Ts>
using mpark::lib::index_sequence_for = make_index_sequence<sizeof...(Ts)>