Format the specified rhs to the specified output stream and return a reference to the modifiable stream.

Synopsis

Declared in <bdlde_base64decoderoptions.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Base64DecoderOptions const& rhs);

Created with MrDocs