[#BloombergLP-bsltf-CopyMoveState-0e-isCopiedNonconstInto] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveState-0e.adoc[CopyMoveState]::isCopiedNonconstInto :relfileprefix: ../../../ :mrdocs: Return `true` if, for the specified `v`, `CopyMoveState::get(v)` includes the `e_COPIED_NONCONST_INTO` bits but not `e_UNKNOWN`. == Synopsis Declared in `<bsltf_copymovestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static bool isCopiedNonconstInto(TYPE const& v); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#