Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | Static Public Member Functions | List of all members
nlohmann::detail::integer_sequence< T, Ints > Struct Template Reference

#include <json.h>

Public Types

using value_type = T
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Detailed Description

template<typename T, T... Ints>
struct nlohmann::detail::integer_sequence< T, Ints >

Definition at line 2949 of file json.h.

Member Typedef Documentation

◆ value_type

template<typename T , T... Ints>
using nlohmann::detail::integer_sequence< T, Ints >::value_type = T

Definition at line 2951 of file json.h.

Member Function Documentation

◆ size()

template<typename T , T... Ints>
static constexpr std::size_t nlohmann::detail::integer_sequence< T, Ints >::size ( )
inlinestaticconstexprnoexcept

Definition at line 2952 of file json.h.


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