[#BloombergLP-bdlbb-operator_lshift-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator<< :relfileprefix: ../../ :mrdocs: Format the specified blob `buffer` to the specified output `stream`. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& buffer); ---- == Description Return a reference to the modifiable `stream`. == Return Value a reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *buffer* | blob buffer to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#