EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::external_constructor< value_t::string > 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::string_t &s)
 
template<typename BasicJsonType >
static void construct (BasicJsonType &j, typename BasicJsonType::string_t &&s)
 
template<typename BasicJsonType , typename CompatibleStringType , enable_if_t< not std::is_same< CompatibleStringType, typename BasicJsonType::string_t >::value, int > = 0>
static void construct (BasicJsonType &j, const CompatibleStringType &str)
 

Detailed Description

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

Definition at line 3814 of file json.hpp.

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

Member Function Documentation

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::string >::construct ( BasicJsonType &  j,
const typename BasicJsonType::string_t &  s 
)
inlinestatic

Definition at line 3817 of file json.hpp.

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

References Acts::UnitConstants::s.

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::string >::construct ( BasicJsonType &  j,
typename BasicJsonType::string_t &&  s 
)
inlinestatic

Definition at line 3825 of file json.hpp.

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

References Acts::UnitConstants::s.

template<typename BasicJsonType , typename CompatibleStringType , enable_if_t< not std::is_same< CompatibleStringType, typename BasicJsonType::string_t >::value, int > = 0>
static void nlohmann::detail::external_constructor< value_t::string >::construct ( BasicJsonType &  j,
const CompatibleStringType &  str 
)
inlinestatic

Definition at line 3835 of file json.hpp.

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


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