Delete the specified ptr using the specified deleter.
Synopsis
Declared in <bslma_sharedptroutofplacerep.h>
template<
class TYPE,
class DELETER>
static
void
deleteObject(
TYPE* ptr,
DELETER& deleter);
Created with MrDocs