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

#include <json.hpp>

Collaboration diagram for is_compatible_object_type< BasicJsonType, CompatibleObjectType >:
Collaboration graph

Static Public Attributes

static auto constexpr value
 

Detailed Description

template<class BasicJsonType, class CompatibleObjectType>
struct nlohmann::detail::is_compatible_object_type< BasicJsonType, CompatibleObjectType >

Definition at line 388 of file json.hpp.

Field Documentation

◆ value

auto constexpr value
static
Initial value:
= is_compatible_object_type_impl <
conjunction<negation<std::is_same<void, CompatibleObjectType>>,
has_mapped_type<CompatibleObjectType>,
has_key_type<CompatibleObjectType>>::value,
typename BasicJsonType::object_t, CompatibleObjectType >::value

Definition at line 390 of file json.hpp.


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