libcamgm
|
#include <PtrTypes.hpp>
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.