#include <json.hpp>
|
| static auto constexpr | value |
| |
◆ value
template<class BasicJsonType , class CompatibleArrayType >
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: