Format the specified blob buffer to the specified output stream, and return a reference to the modifiable stream.

Synopsis

Declared in <bdlbb_blob.h>

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

Created with MrDocs