Mantid
|
Functor for coping map elements with clone functions. More...
#include <MapSupport.h>
Public Member Functions | |
std::pair< KeyPart, PtrPart > | operator() (const std::pair< KeyPart, PtrPart > &A) const |
clone function to return insert object More... | |
Functor for coping map elements with clone functions.
This functor takes a map of key,Pointer, where the Pointer is associa<ted with a class that can provide the clone function. The clone function must return a Pointer of the same type. It is used for coping maps using a deep copy.
Definition at line 93 of file MapSupport.h.
|
inline |
clone function to return insert object
Definition at line 96 of file MapSupport.h.