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