DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
map Functor to destroy handles and delete the cached object More...
#include <Handle.h>
Public Member Functions | |
DestroyHandles (M &obj) | |
Initializing constructor. More... | |
void | operator() (const std::pair< typename M::key_type, typename M::mapped_type > &arg) const |
Action operator. More... | |
Public Attributes | |
M & | object |
Container reference. More... | |
map Functor to destroy handles and delete the cached object
|
inline |
|
inline |
M& dd4hep::detail::DestroyHandles< M >::object |