Destroy the currently managed object (if any). Note that calling this method twice on an object that is not in an unset state, without assigning a new pointer to manage between the two calls, results in undefined behavior unless this object's deleter specifically supports such usage.

Synopsis

Declared in <bslma_managedptr_members.h>

void
runDeleter() const;

Created with MrDocs