Typedef detail::index_sequence

Typedef Documentation

template<size_t... Ints>
using detail::index_sequence = integer_sequence<size_t, Ints...>