[#BloombergLP-bsltf-CopyMoveTracker-isMovedFrom] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker]::isMovedFrom :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bsltf_copymovetracker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isMovedFrom() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#