Call delete with the specified ptr.
Synopsis
Declared in <bslstl_sharedptr.h>
template<class ANY_TYPE>
void
operator()(ANY_TYPE* ptr) const noexcept;
Parameters
Name |
Description |
ptr |
pointer to the object to manage or refer to |
Created with MrDocs