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