Return whether this object was moved from.
Declared in <bsltf_copymovetracker.h>
bool
isMovedFrom() const;
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.
true if this object was moved from