Function sdv::Decrement#

Function Documentation#

virtual bool sdv::Decrement() = 0#

Decrement the lifetime. If the lifetime reaches zero, the object will be destroyed (through the exposed IObjectDestroy interface).

Returns:

Returns ‘true’ if the object was destroyed, false if not.