Return whether this object was copied into.
Declared in <bsltf_copymovetracker.h>
bool
isCopiedInto() const;
Return true if this object's state includes the e_COPIED_INTO bit but not e_UNKNOWN. This attribute is true if either isCopiedConstInto() or isCopiedNonconstInto() is true.
true if this object was copied into