Return MoveState::e_MOVED if this object was the target of a move construction or move-assignment operation, MoveState::e_NOT_MOVED if it was not the target of a move operation, and MoveState::e_UNKNOWN if its copy/move state is not known. Note that converting the result to bool will yield true if this object was moved into and false otherwise. Note that the value returned by this accessor may change if this object is subsequently the source of a move operation or the target of an assignment.
DEPRECATED: Use CopyMoveState::isMovedInto instead.