#include <FunctorESHandleExceptionFactory.h>
Public Member Functions | |
FunctorESHandleExceptionFactory (T &&iFunctor) | |
std::exception_ptr | make () const override |
Public Member Functions inherited from edm::ESHandleExceptionFactory | |
ESHandleExceptionFactory () | |
virtual | ~ESHandleExceptionFactory () |
Private Attributes | |
T | m_functor |
Description: [one line class summary]
Usage: <usage>
Definition at line 30 of file FunctorESHandleExceptionFactory.h.
|
inline |
Definition at line 32 of file FunctorESHandleExceptionFactory.h.
|
inlineoverridevirtual |
Implements edm::ESHandleExceptionFactory.
Definition at line 34 of file FunctorESHandleExceptionFactory.h.
References edm::FunctorESHandleExceptionFactory< T >::m_functor.
|
private |
Definition at line 37 of file FunctorESHandleExceptionFactory.h.
Referenced by edm::FunctorESHandleExceptionFactory< T >::make().