Logo ROOT   6.14/05
Reference Guide
List of all members | Static Public Attributes | List of all members
nlohmann::detail::is_compatible_array_type< BasicJsonType, CompatibleArrayType > Struct Template Reference

template<class BasicJsonType, class CompatibleArrayType>
struct nlohmann::detail::is_compatible_array_type< BasicJsonType, CompatibleArrayType >

Definition at line 431 of file json.hpp.

Static Public Attributes

static auto constexpr 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 BasicJsonType , class CompatibleArrayType >
auto constexpr nlohmann::detail::is_compatible_array_type< BasicJsonType, CompatibleArrayType >::value
static
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

Definition at line 433 of file json.hpp.


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