Hex dump the data referenced by the specified rhs to the specified stream.
Declared in <bdlb_print.h>
std::ostream&
operator<<(
std::ostream& stream,
PrintStringHexDumper const& rhs);
a reference to stream
| Name | Description |
|---|---|
| stream | the output stream |
| rhs | the hex dumper to insert |