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