Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
nlohmann::detail::external_constructor< value_t::string > Struct Reference

#include <json.hpp>

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 4546 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>
void nlohmann::detail::external_constructor< value_t::string >::construct ( BasicJsonType & j,
const CompatibleStringType & str )
inlinestatic

Definition at line 4569 of file json.hpp.

References nlohmann::BasicJsonType(), and nlohmann::detail::string.

◆ construct() [2/3]

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

Definition at line 4549 of file json.hpp.

References nlohmann::BasicJsonType(), and nlohmann::detail::string.

◆ construct() [3/3]

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

Definition at line 4558 of file json.hpp.

References nlohmann::BasicJsonType(), and nlohmann::detail::string.


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