Minecraft Community Edition
0.1.0
Loading...
Searching...
No Matches
detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > Struct Template Reference
Inheritance diagram for detail::has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >:
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>
bool
detail::has_to_json
< BasicJsonType, T, enable_if_t< !
is_basic_json
< T >::value > >::value
static
constexpr
Initial value:
=
is_detected_exact<void, to_json_function, serializer, BasicJsonType&,
T>::value
The documentation for this struct was generated from the following file:
IO/nlohmann/
json.hpp
detail
has_to_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >
Generated by
1.16.1