Return whether this object was moved from.

Synopsis

Declared in <bsltf_copymovetracker.h>

bool
isMovedFrom() const;

Description

Return true if this object's state includes the e_MOVED_FROM bit but not e_UNKNOWN. This attribute is true if this object was the argument of the move constructor or the rhs of the move assignment operator and was not subsequently modified.

Return Value

true if this object was moved from

Created with MrDocs