BDE 4.14.0 Production release
|
#include <bslma_sharedptroutofplacerep.h>
Public Types | |
typedef SharedPtrOutofplaceRep_DeleterType | DeleterType |
Static Public Member Functions | |
template<class TYPE , class DELETER > | |
static void | deleteObject (TYPE *ptr, DELETER &deleter) |
Delete the specified ptr using the specified deleter . | |
This struct
provides utility functions to apply a deleter to a shared object referred to by SharedPtrOutofplaceRep
.
DeleterType
is an alias for the struct
that defines the types of deleter used to destroy the shared object.
|
inlinestatic |