Functor to delete value objects in maps, used in STL iteration algorithms. More...
Functor to delete value objects in maps, used in STL iteration algorithms.
typedef BaseClassType::argument_type MapValueDeleteFunctor< T >::argument_type |
typedef std::unary_function<const typename T::value_type&, void> MapValueDeleteFunctor< T >::BaseClassType |
typedef BaseClassType::result_type MapValueDeleteFunctor< T >::result_type |
MapValueDeleteFunctor< T >::MapValueDeleteFunctor | ( | MemoryManagerType & | theManager | ) |
result_type MapValueDeleteFunctor< T >::operator() | ( | argument_type | thePair | ) | const |
Delete the value object in a map value pair.
The value of the pair must be of pointer type.
thePair | key-value pair |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|