Format this checksum to the specified output stream.

Synopsis

Declared in <bdlde_crc32.h>

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

Name

Description

stream

output stream

Created with MrDocs