#include <xmltooling/base.h>
Public Member Functions | |
void | operator() (const std::pair< const A, B * > &p) |
Function operator to delete an object. |
void xmltooling::cleanup_pair< A, B >::operator() | ( | const std::pair< const A, B * > & | p | ) | [inline] |
Function operator to delete an object.
p | a pair in which the second component is the object to delete |