libzypp
13.10.6
|
shared_ptr custom deleter doing nothing. More...
#include <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 75 of file PtrTypes.h.