BloombergLP::bsltf::CopyMoveTracker::operator=

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

NameDescription
rhsobject to move-assign from