[#BloombergLP-bdlde-Crc32-print] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Crc32.adoc[Crc32]::print :relfileprefix: ../../../ :mrdocs: Format this checksum to the specified output `stream`. == Synopsis Declared in `<bdlde_crc32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& print(std::ostream& stream) const; ---- == Description Format this object to the specified output `stream` and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#