Template Struct make_index_sequence

Inheritance Relationships

Base Types

  • public nlohmann::detail::merge_and_renumber< make_index_sequence< N/2 >::type, make_index_sequence< N - N/2 >::type >

  • public nlohmann::detail::merge_and_renumber< make_index_sequence< N/2 >::type, make_index_sequence< N - N/2 >::type >

Struct Documentation

template<std::size_t N>
struct make_index_sequence : public nlohmann::detail::merge_and_renumber<make_index_sequence<N / 2>::type, make_index_sequence<N - N / 2>::type>, public nlohmann::detail::merge_and_renumber<make_index_sequence<N / 2>::type, make_index_sequence<N - N / 2>::type>