This struct provides a function‐like shared pointer deleter that invokes delete with the passed pointer. If the template parameter is true, then the pointer is deleted using operator delete []. Otherwise, it is deleted using operator delete.

Synopsis

Declared in <bslstl_sharedptr.h>

template<>
struct SharedPtr_DefaultDeleter<true>;

Member Functions

Name

Description

operator()

Call delete with the specified ptr.

Created with MrDocs