Static Public Attributes | List of all members
nlohmann::detail::is_compatible_object_type< BasicJsonType, CompatibleObjectType > Struct Template Reference

#include <json.hpp>

Static Public Attributes

static auto constexpr value
 

Detailed Description

template<class BasicJsonType, class CompatibleObjectType>
struct nlohmann::detail::is_compatible_object_type< BasicJsonType, CompatibleObjectType >

Definition at line 357 of file json.hpp.

Member Data Documentation

template<class BasicJsonType , class CompatibleObjectType >
auto constexpr nlohmann::detail::is_compatible_object_type< BasicJsonType, CompatibleObjectType >::value
static
Initial value:
= is_compatible_object_type_impl <
conjunction<negation<std::is_same<void, CompatibleObjectType>>,
has_mapped_type<CompatibleObjectType>,
has_key_type<CompatibleObjectType>>::value,
typename BasicJsonType::object_t, CompatibleObjectType >::value

Definition at line 359 of file json.hpp.


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


json_transport
Author(s): Paul Bovbel
autogenerated on Thu Jun 13 2019 19:12:24