|
BDE 4.14.0 Production release
|
#include <bslma_managedptr.h>
Static Public Member Functions | |
| static void | deleter (void *, void *) |
| Deleter function that does nothing. | |
[DEPRECATED]: Use ManagedPtrUtil::noOpDeleter instead.
This utility class provides a general no-op deleter, which is useful when creating managed pointers to stack-allocated objects. Note that the non-template class ManagedPtrUtil should be used in preference to this deprecated class, avoiding both template bloat and undefined behavior.
|
inlinestatic |