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

Public Types

using serializer = typename BasicJsonType::template json_serializer< T, void >
 
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 >
static constexpr bool nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > >::value
staticconstexpr
Initial value:
=
is_detected_exact<void, from_json_function, serializer,
const BasicJsonType&, T&>::value

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