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