Template Struct make_index_sequence

Inheritance Relationships

Base 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>