Instrument Neutral Distributed Interface INDI  2.0.2
Static Public Member Functions | List of all members
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 5086 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 5089 of file json.h.

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


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