X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fnamespacenlohmann.html;fp=docs%2FAPI%2Fnamespacenlohmann.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=3d76de2fe2b06ea554a0ba48c76e57994b191777;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/namespacenlohmann.html b/docs/API/namespacenlohmann.html deleted file mode 100644 index 3d76de2..0000000 --- a/docs/API/namespacenlohmann.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - -o-du/phy: nlohmann Namespace Reference - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Namespaces | -Data Structures | -Typedefs
-
-
nlohmann Namespace Reference
-
-
- -

namespace for Niels Lohmann -More...

- - - - - -

-Namespaces

 detail
 unnamed namespace with internal helper functions
 
- - - - - - - -

-Data Structures

struct  adl_serializer
 default JSONSerializer template argument More...
 
class  basic_json
 a class to store JSON values More...
 
- - - - -

-Typedefs

using json = basic_json<>
 default JSON class More...
 
-

Detailed Description

-

namespace for Niels Lohmann

-
See also
https://github.com/nlohmann
-
Since
version 1.0.0
-

Typedef Documentation

- -

◆ json

- -
-
- - - - -
using json = basic_json<>
-
- -

default JSON class

-

This type is the default specialization of the basic_json class which uses the standard template types.

-
Since
version 1.0.0
- -

Definition at line 12889 of file json.hpp.

- -
-
-
- - - -