Horizon
Loading...
Searching...
No Matches
nlohmann
detail
has_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
Public Types
|
Static Public Attributes
|
List of all members
nlohmann::detail::has_from_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_from_json
< BasicJsonType, T, enable_if_t< !
is_basic_json
< T >::value > >::value
static
constexpr
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:
3rd_party/nlohmann/detail/meta/
type_traits.hpp
Generated by
1.9.8