Horizon
Public Types | Static Public Attributes | List of all members
nlohmann::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > Struct Template Reference

Public Types

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

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool nlohmann::detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >::value
staticconstexpr
Initial value:
=
is_detected_exact<void, to_json_function, serializer, BasicJsonType&,
T>::value

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