[#BloombergLP-bdlbb-operator_lshift-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::operator<< :relfileprefix: ../../ :mrdocs: Ascii‐dump to the specified `stream` the bytes of the blob referenced by the specified `rhs` starting with the `min(rhs.d_offset, rhs.d_blob_p‐>length())` byte and until `min(rhs.d_offset + rhs.d_length, rhs.d_blob_p‐>length())` byte, and return a reference to the modifiable `stream`. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlbb/BlobUtilAsciiDumper.adoc[BlobUtilAsciiDumper] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#