Static Public Member Functions | List of all members
nlohmann::detail::external_constructor< value_t::object > Struct Template Reference

#include <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 1381 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 1384 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 1392 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 1401 of file json.hpp.


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


json_transport
Author(s): Paul Bovbel
autogenerated on Wed Jan 27 2021 03:58:48