#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. |
void xmltooling::cleanup_const_pair< A, B >::operator() | ( | const std::pair< const A, const B * > & | p | ) | [inline] |
Function operator to delete an object stored as const.
p | a pair in which the second component is the const object to delete |