Construct a CRC32C value from a raw 32‐bit checksum.

Synopsis

Declared in <absl/crc/crc32c.h>

constexpr
explicit
crc32c_t(uint32_t crc);

Parameters

Name

Description

crc

The raw checksum value.

Created with MrDocs