X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__compatible__object__type.html;fp=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__compatible__object__type.html;h=1c58313196f600439e6c2a7f41359081e75e751b;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type.html b/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type.html new file mode 100644 index 0000000..1c58313 --- /dev/null +++ b/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type.html @@ -0,0 +1,127 @@ + + + + + + + +o-du/phy: is_compatible_object_type< BasicJsonType, CompatibleObjectType > Struct Template Reference + + + + + + + + + +
+
+ + + + + + +
+
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: +
+ + + +