DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
map Functor to release handles More...
#include <Handle.h>
Public Member Functions | |
ReleaseHandles (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 release handles
|
inline |
|
inline |
M& dd4hep::detail::ReleaseHandles< M >::object |