A Discrete-Event Network Simulator
API
nlohmann::detail::external_constructor< value_t::string > Struct Reference

#include "json.h"

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 4096 of file json.h.

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 4117 of file json.h.

References 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 4099 of file json.h.

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 4107 of file json.h.

References nlohmann::detail::string.


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