Instrument Neutral Distributed Interface INDI  2.0.2
Static Public Member Functions | List of all members
nlohmann::detail::external_constructor< value_t::array > Struct Reference

#include <json.h>

Static Public Member Functions

template<typename BasicJsonType >
static void construct (BasicJsonType &j, const typename BasicJsonType::array_t &arr)
 
template<typename BasicJsonType >
static void construct (BasicJsonType &j, typename BasicJsonType::array_t &&arr)
 
template<typename BasicJsonType , typename CompatibleArrayType , enable_if_t< !std::is_same< CompatibleArrayType, typename BasicJsonType::array_t >::value, int > = 0>
static void construct (BasicJsonType &j, const CompatibleArrayType &arr)
 
template<typename BasicJsonType >
static void construct (BasicJsonType &j, const std::vector< bool > &arr)
 
template<typename BasicJsonType , typename T , enable_if_t< std::is_convertible< T, BasicJsonType >::value, int > = 0>
static void construct (BasicJsonType &j, const std::valarray< T > &arr)
 

Detailed Description

Definition at line 5147 of file json.h.

Member Function Documentation

◆ construct() [1/5]

template<typename BasicJsonType , typename CompatibleArrayType , enable_if_t< !std::is_same< CompatibleArrayType, typename BasicJsonType::array_t >::value, int > = 0>
static void nlohmann::detail::external_constructor< value_t::array >::construct ( BasicJsonType &  j,
const CompatibleArrayType &  arr 
)
inlinestatic

Definition at line 5172 of file json.h.

◆ construct() [2/5]

template<typename BasicJsonType , typename T , enable_if_t< std::is_convertible< T, BasicJsonType >::value, int > = 0>
static void nlohmann::detail::external_constructor< value_t::array >::construct ( BasicJsonType &  j,
const std::valarray< T > &  arr 
)
inlinestatic

Definition at line 5201 of file json.h.

◆ construct() [3/5]

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::array >::construct ( BasicJsonType &  j,
const std::vector< bool > &  arr 
)
inlinestatic

Definition at line 5185 of file json.h.

◆ construct() [4/5]

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::array >::construct ( BasicJsonType &  j,
const typename BasicJsonType::array_t &  arr 
)
inlinestatic

Definition at line 5150 of file json.h.

◆ construct() [5/5]

template<typename BasicJsonType >
static void nlohmann::detail::external_constructor< value_t::array >::construct ( BasicJsonType &  j,
typename BasicJsonType::array_t &&  arr 
)
inlinestatic

Definition at line 5160 of file json.h.


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