Return whether this object was copied from a non-const lvalue.
Declared in <bsltf_copymovetracker.h>
bool
isCopiedNonconstInto() const;
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.
true if this object was copied from a non-const lvalue