[#absl-BitGenRef-operator_assign-04] = xref:absl.adoc[absl]::xref:absl/BitGenRef.adoc[BitGenRef]::operator= :relfileprefix: ../../ :mrdocs: Assignment operators == Synopses Declared in `<absl/random/bit_gen_ref.h>` Copy assignment operator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/BitGenRef.adoc[BitGenRef]& xref:absl/BitGenRef/operator_assign-0a.adoc[operator=](xref:absl/BitGenRef.adoc[BitGenRef] const& other) = default; ---- [.small]#xref:absl/BitGenRef/operator_assign-0a.adoc[_» more..._]# Move assignment operator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/BitGenRef.adoc[BitGenRef]& xref:absl/BitGenRef/operator_assign-0e.adoc[operator=](xref:absl/BitGenRef.adoc[BitGenRef]&& other) = default; ---- [.small]#xref:absl/BitGenRef/operator_assign-0e.adoc[_» more..._]# == 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]#