Return whether this object was copied from a non‐`const` lvalue.
Synopsis
Declared in <bsltf_copymovetracker.h>
bool
isCopiedNonconstInto() const;
Description
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.
Return Value
true if this object was copied from a non‐`const` lvalue
Created with MrDocs