BloombergLP::bdlbb::BlobUtil::write

Write the entire source blob to a stream.

Synopsis

Declared in <bdlbb_blobutil.h>

template<class STREAM>
static
STREAM&
write(
    STREAM& stream,
    Blob const& source);

Description

Write the specified source to the specified stream, and return a reference to the modifiable stream.

Return Value

reference to the modifiable stream

Parameters

NameDescription
streamoutput stream
sourceblob to write