serialize to stream
Synopsis
Declared in <nlohmann/json.hpp>
[[__deprecated__]]
std::ostream&
operator>>(
basic_json const& j,
std::ostream& o);
Parameters
Name |
Description |
j |
The left operand |
o |
The right operand |
Created with MrDocs