Return whether this object was moved into.

Synopsis

Declared in <bsltf_copymovetracker.h>

bool
isMovedInto() const;

Description

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.

Return Value

true if this object was moved into

Created with MrDocs