Retains a reference to a valid object.
Notes: The object validity is determined by the refcount. Uninitialized refcounted classes will be invalid. As such, releasing an invalid object will not invoke the destructor of said object.
See Implementation
Retains a reference to a valid object.
Notes: The object validity is determined by the refcount. Uninitialized refcounted classes will be invalid. As such, releasing an invalid object will not invoke the destructor of said object.