Return a reference to the non‐modifiable deleter information associated with this managed pointer. The behavior is undefined if this managed pointer is empty.
Synopsis
Declared in <bslma_managedptr.h>
ManagedPtrDeleter const&
deleter() const;
Return Value
reference to the non‐modifiable deleter for this managed pointer
Created with MrDocs