BloombergLP::bdlbb::operator<<

Format the specified blob buffer to the specified output stream.

Synopsis

Declared in <bdlbb_blob.h>

std::ostream&
operator<<(
    std::ostream& stream,
    BlobBuffer const& buffer);

Description

Return a reference to the modifiable stream.

Return Value

a reference to the modifiable stream

Parameters

NameDescription
streamoutput stream
bufferblob buffer to format