Logo ROOT   6.16/01
Reference Guide
List of all members | Static Public Attributes | List of all members
nlohmann::detail::is_compatible_object_type< BasicJsonType, CompatibleObjectType > Struct Template Reference

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

Definition at line 411 of file json.hpp.

Static Public Attributes

static constexpr auto value
 

#include </home/sftnight/build/workspace/root-makedoc-v616/rootspi/rdoc/src/v6-16-00-patches/io/io/res/json.hpp>

Member Data Documentation

◆ value

template<class BasicJsonType , class CompatibleObjectType >
constexpr auto nlohmann::detail::is_compatible_object_type< BasicJsonType, CompatibleObjectType >::value
staticconstexpr
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 413 of file json.hpp.


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