![]() |
Home | Libraries | People | FAQ | More |
Destructs the owned object if no more handler_ptr
link to it.
~handler_ptr();
If *this
owns an object and it is the last handler_ptr
owning it, the object
is destroyed and the memory deallocated using the associated deallocator.