[#BloombergLP-bdlde-operator_lshift-078] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::operator<< :relfileprefix: ../../ :mrdocs: Write to the specified output `stream` the specified `checksum` value and return a reference to the modifiable `stream`. == Synopsis Declared in `<bdlde_crc32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlde/Crc32.adoc[Crc32] const& checksum); ---- == Return Value a reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *checksum* | checksum to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#