libzypp 17.31.23
|
shared_ptr custom deleter doing nothing. More...
#include <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 82 of file PtrTypes.h.
|
inline |
Definition at line 84 of file PtrTypes.h.