Return whether this object is in an original copy/move state.
Declared in <bsltf_copymovetracker.h>
bool
isOriginal() const;
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.
true if this object is in an original copy/move state