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>

bool
isCopiedNonconstInto() const;

Created with MrDocs