Logo ROOT   6.14/05
Reference Guide
List of all members | Static Public Attributes | List of all members
nlohmann::detail::is_compatible_object_type_impl< true, RealType, CompatibleObjectType > Struct Template Reference

template<class RealType, class CompatibleObjectType>
struct nlohmann::detail::is_compatible_object_type_impl< true, RealType, CompatibleObjectType >

Definition at line 401 of file json.hpp.

Static Public Attributes

static constexpr auto value
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/io/io/res/json.hpp>

Member Data Documentation

◆ value

template<class RealType , class CompatibleObjectType >
constexpr auto nlohmann::detail::is_compatible_object_type_impl< true, RealType, CompatibleObjectType >::value
static
Initial value:
=
std::is_constructible<typename RealType::key_type,
typename CompatibleObjectType::key_type>::value and
std::is_constructible<typename RealType::mapped_type,
typename CompatibleObjectType::mapped_type>::value

Definition at line 403 of file json.hpp.


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