c++-gtk-utils
|
A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls the C++ delete[] expression. More...
#include <c++-gtk-utils/shared_handle.h>
Public Member Functions | |
void | operator() (T obj) |
A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls the C++ delete[] expression.
This functor enables those classes to manage arrays created with the new expression. It is the default type of the second template paramenter of those classes.
|
inline |