[#BloombergLP-bdlb-Variant15-operator_assign-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Variant15.adoc[Variant15]::operator= :relfileprefix: ../../../ :mrdocs: Assign the type and value of `rhs` to this object. == Synopsis Declared in `<bdlb_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/Variant15.adoc[Variant15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Variant15>] rhs); ---- == Description The value currently held by this variant (if any) is destroyed if that value's type is not the same as the type held by the `rhs` object. The contents of `rhs` are either move‐inserted into or move‐assigned to this object with `rhs` left in a valid but unspecified state. == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#