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

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

Static Public Member Functions

template<typename BasicJsonType >
static void construct (BasicJsonType &j, const typename BasicJsonType::object_t &obj)
 
template<typename BasicJsonType >
static void construct (BasicJsonType &j, typename BasicJsonType::object_t &&obj)
 
template<typename BasicJsonType , typename CompatibleObjectType , enable_if_t< not std::is_same< CompatibleObjectType, typename BasicJsonType::object_t >::value, int > = 0>
static void construct (BasicJsonType &j, const CompatibleObjectType &obj)
 

Detailed Description

template<>
struct nlohmann::detail::external_constructor< value_t::object >

Definition at line 3939 of file json.hpp.

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

Member Function Documentation

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::object >::construct ( BasicJsonType &  j,
const typename BasicJsonType::object_t &  obj 
)
inlinestatic

Definition at line 3942 of file json.hpp.

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

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::object >::construct ( BasicJsonType &  j,
typename BasicJsonType::object_t &&  obj 
)
inlinestatic

Definition at line 3950 of file json.hpp.

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

template<typename BasicJsonType , typename CompatibleObjectType , enable_if_t< not std::is_same< CompatibleObjectType, typename BasicJsonType::object_t >::value, int > = 0>
static void nlohmann::detail::external_constructor< value_t::object >::construct ( BasicJsonType &  j,
const CompatibleObjectType &  obj 
)
inlinestatic

Definition at line 3959 of file json.hpp.

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


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