Create a hex dumper for the specified blob that hex dumps the entire blob to the output stream when passed to operator<<. See operator<<(bsl::ostream&, const BlobUtilHexDumper&) for details.

Synopsis

Declared in <bdlbb_blobutil.h>

explicit
BlobUtilHexDumper(Blob const* blob);

Created with MrDocs