Mantid
|
Functor for deleting the second component of a map. More...
#include <MapSupport.h>
Public Member Functions | |
void | operator() (std::pair< const KeyPart, PtrPart > &A) |
deletion of the map:second ptr More... | |
Functor for deleting the second component of a map.
This functor takes a map of key,Pointer and deletes the memory associated with teh pointer.
Definition at line 112 of file MapSupport.h.
|
inline |
deletion of the map:second ptr
Definition at line 115 of file MapSupport.h.