#include <memory>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
Functions | |
template<typename T , typename F > | |
std::unique_ptr< T, F > | edm::make_sentry (T *iObject, F iFunc) |
NOTE: if iObject is null, then iFunc will not be called. More... | |