Return true if, for the specified v, CopyMoveState::get(v) includes the e_COPIED_NONCONST_INTO bits but not e_UNKNOWN.
true
v
CopyMoveState::get(v)
e_COPIED_NONCONST_INTO
e_UNKNOWN
Declared in <bsltf_copymovestate.h>
<bsltf_copymovestate.h>
template<class TYPE> static bool isCopiedNonconstInto(TYPE const& v);