xmltooling
1.6.4
|
Functor for cleaning up heap objects in key/value containers. More...
#include <xmltooling/base.h>
Public Member Functions | |
void | operator() (const std::pair< const A, B *> &p) |
Function operator to delete an object. More... | |
Functor for cleaning up heap objects in key/value containers.
|
inline |
Function operator to delete an object.
p | a pair in which the second component is the object to delete |