Horizon
Static Public Attributes | List of all members
nlohmann::detail::is_compatible_array_type< BasicJsonType, CompatibleArrayType > Struct Template Reference

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

◆ value

template<class BasicJsonType , class CompatibleArrayType >
constexpr auto nlohmann::detail::is_compatible_array_type< BasicJsonType, CompatibleArrayType >::value
staticconstexpr
Initial value:
=
conjunction<negation<std::is_same<void, CompatibleArrayType>>,
negation<is_compatible_object_type<
BasicJsonType, CompatibleArrayType>>,
negation<std::is_constructible<typename BasicJsonType::string_t,
CompatibleArrayType>>,
negation<is_basic_json_nested_type<BasicJsonType, CompatibleArrayType>>,
has_value_type<CompatibleArrayType>,
has_iterator<CompatibleArrayType>>::value

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