Goby3  3.1.4
2024.02.22
detail::external_constructor< value_t::binary > Struct Reference

#include <goby/util/thirdparty/nlohmann/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 5397 of file json.hpp.

Member Function Documentation

◆ construct() [1/2]

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

Definition at line 5400 of file json.hpp.

◆ construct() [2/2]

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

Definition at line 5409 of file json.hpp.


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