X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructnlohmann_1_1adl__serializer.html;fp=docs%2FAPI%2Fstructnlohmann_1_1adl__serializer.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=77199f51cf3f0a239cdad7a04fd59a18242199d8;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structnlohmann_1_1adl__serializer.html b/docs/API/structnlohmann_1_1adl__serializer.html deleted file mode 100644 index 77199f5..0000000 --- a/docs/API/structnlohmann_1_1adl__serializer.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - -o-du/phy: adl_serializer< typename, typename > Struct Template Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
-
-Static Public Member Functions
-
-
adl_serializer< typename, typename > Struct Template Reference
-
-
- -

default JSONSerializer template argument - More...

- -

#include <json.hpp>

-
-Collaboration diagram for adl_serializer< typename, typename >:
-
-
Collaboration graph
-
- - - - - - - - - - -

-Static Public Member Functions

template<typename BasicJsonType , typename ValueType >
static void from_json (BasicJsonType &&j, ValueType &val) noexcept(noexcept(::nlohmann::from_json(std::forward< BasicJsonType >(j), val)))
 convert a JSON value to any value type More...
 
template<typename BasicJsonType , typename ValueType >
static void to_json (BasicJsonType &j, ValueType &&val) noexcept(noexcept(::nlohmann::to_json(j, std::forward< ValueType >(val))))
 convert any value type to a JSON value More...
 
-

Detailed Description

-

template<typename = void, typename = void>
-struct nlohmann::adl_serializer< typename, typename >

- -

default JSONSerializer template argument

-

This serializer ignores the template arguments and uses ADL (argument-dependent lookup) for serialization.

- -

Definition at line 888 of file json.hpp.

-

Member Function Documentation

- -

◆ from_json()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
static void from_json (BasicJsonType && j,
ValueType & val 
)
-
-inlinestaticnoexcept
-
- -

convert a JSON value to any value type

-

This function is usually called by the get() function of the basic_json class (either explicit or via conversion operators).

-
Parameters
- - - -
[in]jJSON value to read from
[in,out]valvalue to write to
-
-
- -

Definition at line 900 of file json.hpp.

-
-Here is the call graph for this function:
-
-
- - - -
- -
-
- -

◆ to_json()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
static void to_json (BasicJsonType & j,
ValueType && val 
)
-
-inlinestaticnoexcept
-
- -

convert any value type to a JSON value

-

This function is usually called by the constructors of the basic_json class.

-
Parameters
- - - -
[in,out]jJSON value to write to
[in]valvalue to read from
-
-
- -

Definition at line 916 of file json.hpp.

-
-Here is the call graph for this function:
-
-
- - - -
- -
-
-
The documentation for this struct was generated from the following file: -
- - - -