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

#include "json.h"

Static Public Member Functions

template<typename BasicJsonType >
static void construct (BasicJsonType &j, const typename BasicJsonType::binary_t &b)
 
template<typename BasicJsonType >
static void construct (BasicJsonType &j, typename BasicJsonType::binary_t &&b)
 

Detailed Description

Definition at line 4126 of file json.h.

Member Function Documentation

◆ construct() [1/2]

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::binary >::construct ( BasicJsonType &  j,
const typename BasicJsonType::binary_t &  b 
)
inlinestatic

Definition at line 4129 of file json.h.

References nlohmann::detail::binary, and nlohmann::detail::value.

◆ construct() [2/2]

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::binary >::construct ( BasicJsonType &  j,
typename BasicJsonType::binary_t &&  b 
)
inlinestatic

Definition at line 4138 of file json.h.

References nlohmann::detail::binary, and nlohmann::detail::value.


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