X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__basic__json__nested__type.html;fp=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__basic__json__nested__type.html;h=1c720a87e6189548e40c4ab456a08b8a0bc088b8;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structnlohmann_1_1detail_1_1is__basic__json__nested__type.html b/docs/API/structnlohmann_1_1detail_1_1is__basic__json__nested__type.html new file mode 100644 index 0000000..1c720a8 --- /dev/null +++ b/docs/API/structnlohmann_1_1detail_1_1is__basic__json__nested__type.html @@ -0,0 +1,127 @@ + + + + + + + +o-du/phy: is_basic_json_nested_type< BasicJsonType, T > Struct Template Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Static Public Attributes
+
+
is_basic_json_nested_type< BasicJsonType, T > Struct Template Reference
+
+
+ +

#include <json.hpp>

+
+Collaboration diagram for is_basic_json_nested_type< BasicJsonType, T >:
+
+
Collaboration graph
+
+ + + + +

+Static Public Attributes

static auto constexpr value
 
+

Detailed Description

+

template<typename BasicJsonType, typename T>
+struct nlohmann::detail::is_basic_json_nested_type< BasicJsonType, T >

+ + +

Definition at line 398 of file json.hpp.

+

Field Documentation

+ +

◆ value

+ +
+
+ + + + + +
+ + + + +
auto constexpr value
+
+static
+
+Initial value:
= std::is_same<T, typename BasicJsonType::iterator>::value or
std::is_same<T, typename BasicJsonType::const_iterator>::value or
std::is_same<T, typename BasicJsonType::reverse_iterator>::value or
std::is_same<T, typename BasicJsonType::const_reverse_iterator>::value or
std::is_same<T, typename BasicJsonType::json_pointer>::value
+

Definition at line 400 of file json.hpp.

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