Move‐assign this object from the specified rhs.
Synopsis
Declared in <bsltf_copymovetracker.h>
CopyMoveTracker&
operator=(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
Name |
Description |
rhs |
object to move‐assign from |
Created with MrDocs