Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
Synopsis
Declared in <baljsn_converttojsonoptions.h>
std::ostream&
operator<<(
std::ostream& stream,
ConvertToJsonOptions const& rhs);
Return Value
a reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
rhs |
options object to format |
Created with MrDocs