Format a CRC32C value as an eight‐digit hexadecimal string.
Synopsis
Declared in <absl/crc/crc32c.h>
void
AbslStringify(
Sink& sink,
crc32c_t crc);
Parameters
Name |
Description |
sink |
The output sink to write to. |
crc |
The value to format. |
Created with MrDocs