flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > Struct Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >:
Collaboration graph

Public Types

using serializer = typename BasicJsonType::template json_serializer< T, void >
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename BasicJsonType, typename T>
struct nlohmann::json_abi_v3_11_3::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >

Definition at line 3570 of file json.hpp.

Member Typedef Documentation

◆ serializer

template<typename BasicJsonType , typename T >
using nlohmann::json_abi_v3_11_3::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >::serializer = typename BasicJsonType::template json_serializer<T, void>

Definition at line 3572 of file json.hpp.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool nlohmann::json_abi_v3_11_3::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >::value
staticconstexpr
Initial value:
=
decltype(T::to_json(std::declval< Args >()...)) to_json_function
Definition: json.hpp:3517
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition: json.hpp:309

Definition at line 3574 of file json.hpp.


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