Format the specified rhs to the specified output stream.
Declared in <bdljsn_writeoptions.h>
std::ostream&
operator<<(
std::ostream& stream,
WriteOptions const& rhs);
a non-const reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | options object to format |