A Discrete-Event Network Simulator
QKDNetSim v2.0 (NS-3 v3.41) @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 type = index_sequence
 
using value_type = std::size_t
 
using value_type = std::size_t
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 
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 [1/2]

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

Definition at line 2756 of file json.h.

◆ type [2/2]

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

Definition at line 2756 of file json.h.

◆ value_type [1/2]

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

Definition at line 2757 of file json.h.

◆ value_type [2/2]

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() [1/2]

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.

◆ size() [2/2]

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: