o-du/phy
Intel O-RAN/X-RAN Generated Doxygen Documentation
Static Public Member Functions
external_constructor< value_t::array > Struct Template Reference

#include <json.hpp>

Collaboration diagram for external_constructor< value_t::array >:
Collaboration graph

Static Public Member Functions

template<typename BasicJsonType >
static void construct (BasicJsonType &j, const typename BasicJsonType::array_t &arr)
 
template<typename BasicJsonType , typename CompatibleArrayType , enable_if_t< not std::is_same< CompatibleArrayType, typename BasicJsonType::array_t >::value, int > = 0>
static void construct (BasicJsonType &j, const CompatibleArrayType &arr)
 

Detailed Description

template<>
struct nlohmann::detail::external_constructor< value_t::array >

Definition at line 290 of file json.hpp.

Member Function Documentation

◆ construct() [1/2]

static void construct ( BasicJsonType &  j,
const typename BasicJsonType::array_t &  arr 
)
inlinestatic

Definition at line 293 of file json.hpp.

◆ construct() [2/2]

static void construct ( BasicJsonType &  j,
const CompatibleArrayType &  arr 
)
inlinestatic

Definition at line 304 of file json.hpp.


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