Return whether this object was copied into.
Synopsis
Declared in <bsltf_copymovetracker.h>
bool
isCopiedInto() const;
Description
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.
Return Value
true if this object was copied into
Created with MrDocs