[#BloombergLP-bsltf-CopyMoveTracker-isCopiedNonconstInto] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker]::isCopiedNonconstInto :relfileprefix: ../../../ :mrdocs: Return `true` if this object's state includes the `e_COPIED_NONCONST_INTO` bits but not `e_UNKNOWN`. This attribute is `true` if this object was copy constructed or copy assigned from a non‐`const` lvalue. == Synopsis Declared in `<bsltf_copymovetracker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isCopiedNonconstInto() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#