[#BloombergLP-bslstl-Variant_MoveConstructorBase-02-operator_assign-0dd] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` object, and return a reference to this object. == Synopses Declared in `<bslstl_variant.h>` Assign to this object the value of the specified `rhs` object, and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[Variant_MoveConstructorBase]& xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02/operator_assign-0d4.adoc[operator=](xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[Variant_MoveConstructorBase] const& rhs) = default; ---- [.small]#xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02/operator_assign-0d4.adoc[_» more..._]# Assign to this object the value of the specified `rhs` object, and return a reference to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[Variant_MoveConstructorBase]& xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02/operator_assign-0c.adoc[operator=](xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[Variant_MoveConstructorBase]&& rhs) = default; ---- [.small]#xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02/operator_assign-0c.adoc[_» more..._]# == Return Value reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | object to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#