flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::external_constructor< value_t::array > Struct Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::external_constructor< value_t::array >:
Collaboration graph

Static Public Member Functions

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 , typename T , enable_if_t< std::is_convertible< T, BasicJsonType >::value, int > = 0>
static void construct (BasicJsonType &j, const std::valarray< T > &arr)
 
template<typename BasicJsonType >
static void construct (BasicJsonType &j, const std::vector< bool > &arr)
 
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)
 

Detailed Description

Definition at line 5529 of file json.hpp.

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::json_abi_v3_11_3::detail::external_constructor< value_t::array >::construct ( BasicJsonType &  j,
const CompatibleArrayType &  arr 
)
inlinestatic

◆ construct() [2/5]

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

◆ construct() [3/5]

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

Definition at line 5567 of file json.hpp.

◆ construct() [4/5]

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

Definition at line 5532 of file json.hpp.

◆ construct() [5/5]

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

Definition at line 5542 of file json.hpp.


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