|
BDE 4.14.0 Production release
|
#include <bslma_managedptr.h>
Static Public Member Functions | |
| static void | deleter (void *ptr, void *) |
This struct provides a function-like managed pointer deleter that invokes delete with the passed pointer.
|
inlinestatic |
Cast the specified ptr to (template parameter) type MANAGED_TYPE *, and then call delete with the cast pointer.