A Discrete-Event Network Simulator
API
nlohmann::detail::index_sequence< Ints > Struct Template Reference

#include "json.h"

+ Inheritance diagram for nlohmann::detail::index_sequence< Ints >:

Public Types

using type = index_sequence
 
using value_type = std::size_t
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Detailed Description

template<std::size_t... Ints>
struct nlohmann::detail::index_sequence< Ints >

Definition at line 2754 of file json.h.

Member Typedef Documentation

◆ type

template<std::size_t... Ints>
using nlohmann::detail::index_sequence< Ints >::type = index_sequence

Definition at line 2756 of file json.h.

◆ value_type

template<std::size_t... Ints>
using nlohmann::detail::index_sequence< Ints >::value_type = std::size_t

Definition at line 2757 of file json.h.

Member Function Documentation

◆ size()

template<std::size_t... Ints>
static constexpr std::size_t nlohmann::detail::index_sequence< Ints >::size ( )
inlinestaticconstexprnoexcept

Definition at line 2758 of file json.h.


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