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=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=1c58313196f600439e6c2a7f41359081e75e751b;hpb=e9403c457453dba780e64af7de9462fad7217aa3;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 deleted file mode 100644 index 1c58313..0000000 --- a/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - -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: -
- - - -