absl::crc32c_t::operator uint32_t

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.