BloombergLP::bdlbb::BlobUtil::asciiDump

Write an ascii dump of the entire source blob to the stream.

Synopsis

Declared in <bdlbb_blobutil.h>

static
std::ostream&
asciiDump(
    std::ostream& stream,
    Blob const& source);

Description

Write to the specified stream an ascii dump of the specified source, and return a reference to the modifiable stream.

Return Value

reference to the modifiable stream

Parameters

NameDescription
streamoutput stream
sourceblob to dump