Global namespace

Namespaces

Name Description
nlohmann namespace for Niels Lohmann

Using Declarations

Name
Unnamed using
Unnamed using

nlohmann namespace

namespace for Niels Lohmann

Types

Name Description
adl_serializer default JSONSerializer template argument
basic_json<>
basic_json a class to store JSON values
byte_container_with_subtype an internal type for a backed binary type
byte_container_with_subtype<vector<unsigned char>>
json_pointer
json_pointer JSON Pointer defines a string syntax for identifying a specific value within a JSON document
ordered_map a minimal map-like container that preserves insertion order
json default specialization
ordered_json specialization that maintains the insertion order of object keys

Functions

Name Description
Unnamed overloads
operator>> Right shift operators
swap exchanges the values
to_string user-defined to_string function for JSON values
operator<< Left shift operators

See Also

https://github.com/nlohmann

Created with MrDocs