Typedef robin_hood::ROBIN_HOOD_STD::make_integer_sequence

Typedef Documentation

template<class T, T N>
using robin_hood::ROBIN_HOOD_STD::make_integer_sequence = typename detail_::IntSeqImpl<T, 0, N, (N - 0) == 1>::TResult