Hex dump the data referenced by the specified rhs to the specified stream.
Synopsis
Declared in <bdlb_print.h>
std::ostream&
operator<<(
std::ostream& stream,
PrintStringSingleLineHexDumper const& rhs);
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
the output stream |
rhs |
the hex dumper to insert |
Created with MrDocs