absl::crc32c_t::crc32c_t

Copy-construct a CRC32C value.

Synopsis

Declared in <absl/crc/crc32c.h>

constexpr
crc32c_t(crc32c_t const& other) = default;

Parameters

NameDescription
otherThe source object.