[#BloombergLP-bsltf-CopyMoveTracker-isCopiedInto] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker]::isCopiedInto :relfileprefix: ../../../ :mrdocs: Return `true` if this object's state includes the `e_COPIED_INTO` bit but not `e_UNKNOWN`. This attribute is `true` if either `isCopiedConstInto()` or `isCopiedNonconstInto()` is true. == Synopsis Declared in `<bsltf_copymovetracker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isCopiedInto() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#