Write the specified object to the specified output stream in some reasonable (multi‐line) format, and return a reference to stream.
Synopsis
Declared in <bslx_byteoutstream.h>
std::ostream&
operator<<(
std::ostream& stream,
ByteOutStream const& object);
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
output stream to write to |
object |
byte out stream to format |
Created with MrDocs