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

Name

Description

other

The source object.

Created with MrDocs