Write a hex dump of the entire source blob to the stream.
Synopsis
Declared in <bdlbb_blobutil.h>
static
std::ostream&
hexDump(
std::ostream& stream,
Blob const& source);
Description
Write to the specified stream a hexdump of the specified source, and return a reference to the modifiable stream.
Return Value
reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
source |
blob to dump |
Created with MrDocs