Convert the CRC32C value to its raw 32‐bit checksum.
Synopsis
Declared in <absl/crc/crc32c.h>
explicit
operator uint32_t() const;
Return Value
The underlying checksum value.
Created with MrDocs
Convert the CRC32C value to its raw 32‐bit checksum.
Declared in <absl/crc/crc32c.h>
explicit
operator uint32_t() const;
The underlying checksum value.
Created with MrDocs