Return whether this object is in an original copy/move state.

Synopsis

Declared in <bsltf_copymovetracker.h>

bool
isOriginal() const;

Description

Return true if this object is not in a copied‐into, moved‐into, or unknown state. This attribute is true if this object was default constructed or reset and not subsequently assigned to.

Return Value

true if this object is in an original copy/move state

Created with MrDocs