Attempts to finalize obj_ by calling its destructor (if any).
If doFree is true, memory associated with obj_ will additionally be freed after finalizers have run; otherwise the object is reset to its original state.
Instance to destroy and deallocate.
Whether the operation succeeded.
See Implementation
Attempts to finalize obj_ by calling its destructor (if any).
If doFree is true, memory associated with obj_ will additionally be freed after finalizers have run; otherwise the object is reset to its original state.