This struct provides utility functions to apply a deleter to a shared object referred to by SharedPtrOutofplaceRep.
Declared in <bslma_sharedptroutofplacerep.h>
struct SharedPtrOutofplaceRep_DeleterHelper;
| Name | Description |
|---|---|
DeleterType | DeleterType is an alias for the struct that defines the types of deleter used to destroy the shared object. |
| Name | Description |
|---|---|
deleteObject | Delete the specified ptr using the specified deleter. |