Create a hex dumper for the entire specified blob.
Synopsis
Declared in <bdlbb_blobutil.h>
explicit
BlobUtilHexDumper(Blob const* blob);
Description
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.
Parameters
Name |
Description |
blob |
blob to dump |
Created with MrDocs