Write to the specified output stream the specified checksum value and return a reference to the modifiable stream.
Declared in <bdlde_crc64.h>
std::ostream&
operator<<(
std::ostream& stream,
Crc64 const& checksum);
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| checksum | checksum value to write |