Stream a CRC32C value as an eight‐digit hexadecimal string.
Synopsis
Declared in <absl/crc/crc32c.h>
std::ostream&
operator<<(
std::ostream& os,
crc32c_t crc);
Return Value
A reference to os.
Parameters
Name |
Description |
os |
The output stream to write to. |
crc |
The value to stream. |
Created with MrDocs