Typedef detail::make_index_sequence

Typedef Documentation

template<size_t N>
using detail::make_index_sequence = make_integer_sequence<size_t, N>