Crossfire Server, Trunk
nlohmann::detail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 > Struct Template Reference

#include <json.hpp>

+ Collaboration diagram for nlohmann::detail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 >:

Public Types

using type = integer_sequence< T, Ints...,(Ints+SeqSize)..., 2 *SeqSize >
 

Detailed Description

template<typename T, T... Ints, size_t SeqSize>
struct nlohmann::detail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 >

Definition at line 3117 of file json.hpp.

Member Typedef Documentation

◆ type

template<typename T , T... Ints, size_t SeqSize>
using nlohmann::detail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 >::type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >

Definition at line 3119 of file json.hpp.


The documentation for this struct was generated from the following file: