| libzypp 17.37.14
    | 
shared_ptr custom deleter doing nothing. More...
#include <zypp-core/base/PtrTypes.h>
| Public Member Functions | |
| void | operator() (const void *const) const | 
shared_ptr custom deleter doing nothing.
A custom deleter is a function being called when the last shared_ptr goes out of score. Per default the object gets deleted, but you can insall custom deleters as well. This one does nothing.
Definition at line 83 of file PtrTypes.h.
| 
 | inline | 
Definition at line 85 of file PtrTypes.h.