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