Horizon
Static Public Attributes | List of all members
nlohmann::detail::is_compatible_object_type_impl< true, RealType, CompatibleObjectType > Struct Template Reference

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

◆ value

template<class RealType , class CompatibleObjectType >
constexpr auto nlohmann::detail::is_compatible_object_type_impl< true, RealType, CompatibleObjectType >::value
staticconstexpr
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

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