EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::index_sequence< Ints > Struct Template Reference

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

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 2515 of file json.hpp.

View newest version in sPHENIX GitHub at line 2515 of file json.hpp

Member Typedef Documentation

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

Definition at line 2517 of file json.hpp.

View newest version in sPHENIX GitHub at line 2517 of file json.hpp

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

Definition at line 2518 of file json.hpp.

View newest version in sPHENIX GitHub at line 2518 of file json.hpp

Member Function Documentation

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

Definition at line 2519 of file json.hpp.

View newest version in sPHENIX GitHub at line 2519 of file json.hpp


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