o-du/phy
Intel O-RAN/X-RAN Generated Doxygen Documentation
Static Public Attributes
is_compatible_array_type< BasicJsonType, CompatibleArrayType > Struct Template Reference

#include <json.hpp>

Collaboration diagram for is_compatible_array_type< BasicJsonType, CompatibleArrayType >:
Collaboration graph

Static Public Attributes

static auto constexpr value
 

Detailed Description

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

Definition at line 408 of file json.hpp.

Field Documentation

◆ value

auto constexpr 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 410 of file json.hpp.


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