This struct provides utility functions to apply a deleter to a shared object referred to by SharedPtrOutofplaceRep.

Synopsis

Declared in <bslma_sharedptroutofplacerep.h>

struct SharedPtrOutofplaceRep_DeleterHelper;

Type Aliases

Name

Description

DeleterType

DeleterType is an alias for the struct that defines the types of deleter used to destroy the shared object.

Static Member Functions

Name

Description

deleteObject

Delete the specified ptr using the specified deleter.

Created with MrDocs