Copy‐construct a CRC32C value.

Synopsis

Declared in <absl/crc/crc32c.h>

constexpr
crc32c_t(crc32c_t const& other) = default;

Parameters

Name

Description

other

The source object.

Created with MrDocs