[#BloombergLP-bsltf-CopyMoveTracker-operator_assign-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker]::operator= :relfileprefix: ../../../ :mrdocs: Move‐assign this object from the specified `rhs`. == Synopsis Declared in `<bsltf_copymovetracker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<CopyMoveTracker>] rhs); ---- == Description Set this object to the `e_MOVED_INTO` state and return a modifiable reference to this object. Set the state of `rhs` to the bitwise OR of its initial state and `e_MOVED_FROM`. == Return Value a modifiable reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | object to move‐assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#