Return whether this object was moved into.
Declared in <bsltf_copymovetracker.h>
bool
isMovedInto() const;
Return true if this object's state includes the e_MOVED_INTO bit but not e_UNKNOWN. This attribute is true if this object was move constructed or was the lhs the of move assignment operator.
true if this object was moved into