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

Name

Description

stream

output stream

buffer

blob buffer to format

Created with MrDocs