Destroy the currently managed object (if any).
Synopsis
Declared in <bslma_managedptr_members.h>
void
runDeleter() const;
Description
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.
Created with MrDocs