Move-assign this object from the specified rhs.
Declared in <bsltf_copymovetracker.h>
CopyMoveTracker&
operator=(bslmf::MovableRef<CopyMoveTracker> rhs);
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.
a modifiable reference to this object
| Name | Description |
|---|---|
| rhs | object to move-assign from |