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