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__impl_3_01true_00_01_real_type_00_01_compatible_object_type_01_4.html;fp=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__compatible__object__type__impl_3_01true_00_01_real_type_00_01_compatible_object_type_01_4.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=6031948256e6057621cb110fcb09e0dcae97db26;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type__impl_3_01true_00_01_real_type_00_01_compatible_object_type_01_4.html b/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type__impl_3_01true_00_01_real_type_00_01_compatible_object_type_01_4.html deleted file mode 100644 index 6031948..0000000 --- a/docs/API/structnlohmann_1_1detail_1_1is__compatible__object__type__impl_3_01true_00_01_real_type_00_01_compatible_object_type_01_4.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - -o-du/phy: is_compatible_object_type_impl< true, RealType, CompatibleObjectType > Struct Template Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
-
-Static Public Attributes
-
-
is_compatible_object_type_impl< true, RealType, CompatibleObjectType > Struct Template Reference
-
-
- -

#include <json.hpp>

-
-Collaboration diagram for is_compatible_object_type_impl< true, RealType, CompatibleObjectType >:
-
-
Collaboration graph
-
- - - - -

-Static Public Attributes

static constexpr auto value
 
-

Detailed Description

-

template<class RealType, class CompatibleObjectType>
-struct nlohmann::detail::is_compatible_object_type_impl< true, RealType, CompatibleObjectType >

- - -

Definition at line 378 of file json.hpp.

-

Field Documentation

- -

◆ value

- -
-
- - - - - -
- - - - -
constexpr auto value
-
-static
-
-Initial value:
=
std::is_constructible<typename RealType::key_type,
typename CompatibleObjectType::key_type>::value and
std::is_constructible<typename RealType::mapped_type,
typename CompatibleObjectType::mapped_type>::value
-

Definition at line 380 of file json.hpp.

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