CellModules
nlohmann::detail::make_index_sequence< 1 > Struct Reference

#include <json.hpp>

Inheritance diagram for nlohmann::detail::make_index_sequence< 1 >:
nlohmann::detail::index_sequence< 0 >

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

Definition at line 648 of file json.hpp.

Member Typedef Documentation

◆ type

using nlohmann::detail::index_sequence< Ints >::type = index_sequence
inherited

Definition at line 627 of file json.hpp.

◆ value_type

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

Definition at line 628 of file json.hpp.

Member Function Documentation

◆ size()

static constexpr std::size_t nlohmann::detail::index_sequence< Ints >::size ( )
inlinestaticconstexprnoexceptinherited

Definition at line 629 of file json.hpp.


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