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

Synopsis

Declared in <bdlbb_blobutil.h>

explicit
BlobUtilAsciiDumper(Blob const* blob);

Created with MrDocs