absl::crc32c_t::operator=

Copy-assign a CRC32C value.

Synopsis

Declared in <absl/crc/crc32c.h>

constexpr
crc32c_t&
operator=(crc32c_t const& other) = default;

Return Value

A reference to this object.

Parameters

NameDescription
otherThe source object.