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