Left shift operators
Synopses
Declared in <nlohmann/json.hpp>
deserialize from stream
[[__deprecated__]]
std::istream&
operator<<(
basic_json& j,
std::istream& i);
serialize to stream
std::ostream&
operator<<(
std::ostream& o,
basic_json const& j);
write string representation of the JSON pointer to stream
std::ostream&
operator<<(
std::ostream& o,
json_pointer const& ptr);
[» more...]
deserialize from stream
[[__deprecated__]]
std::istream&
operator<<(
basic_json& j,
std::istream& i);
serialize to stream
std::ostream&
operator<<(
std::ostream& o,
basic_json const& j);
Created with MrDocs