Provide a protocol (or pure interface) for a thread‐safe object deleter.
Synopsis
Declared in <bdlma_deleter.h>
template<class TYPE>
class Deleter;
Member Functions
Name |
Description |
|
Destroy this object deleter. |
|
Destroy the specified |
Derived Classes
Name |
Description |
Provide a default concrete implementation of the |
|
Provide a protocol for a thread‐safe object creator and deleter. |
Created with MrDocs