hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
external_constructor< value_t::binary > Struct Reference

#include <json.hpp>

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 5742 of file json.hpp.

Member Function Documentation

◆ construct() [1/2]

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

Definition at line 5745 of file json.hpp.

References detail::binary.

◆ construct() [2/2]

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

Definition at line 5754 of file json.hpp.

References detail::binary.


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