Crossfire Server, Trunk
nlohmann::detail::external_constructor< value_t::string > Struct Reference

#include <json.hpp>

+ Collaboration diagram for nlohmann::detail::external_constructor< value_t::string >:

Static Public Member Functions

template<typename BasicJsonType , typename CompatibleStringType , enable_if_t< !std::is_same< CompatibleStringType, typename BasicJsonType::string_t >::value, int > = 0>
static void construct (BasicJsonType &j, const CompatibleStringType &str)
 
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)
 

Detailed Description

Definition at line 4556 of file json.hpp.

Member Function Documentation

◆ construct() [1/3]

template<typename BasicJsonType , typename CompatibleStringType , enable_if_t< !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 4579 of file json.hpp.

References make_face_from_files::str, and nlohmann::detail::string.

◆ construct() [2/3]

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

References nlohmann::detail::string.

◆ construct() [3/3]

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

Definition at line 4568 of file json.hpp.

References nlohmann::detail::string.


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