Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | List of all members
nlohmann::detail::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 0 > Struct Template Reference

#include <json.h>

Public Types

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

Detailed Description

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

Definition at line 2974 of file json.h.

Member Typedef Documentation

◆ type

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

Definition at line 2976 of file json.h.


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