[#absl-crc32c_t-2constructor-08] = xref:absl.adoc[absl]::xref:absl/crc32c_t.adoc[crc32c_t]::crc32c_t :relfileprefix: ../../ :mrdocs: Copy‐construct a CRC32C value. == Synopsis Declared in `<absl/crc/crc32c.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr crc32c_t(xref:absl/crc32c_t.adoc[crc32c_t] const& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The source object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#