BloombergLP::bslma::SharedPtrOutofplaceRep_DeleterHelper

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

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

Static Member Functions

NameDescription
deleteObject Delete the specified ptr using the specified deleter.