#include <FunctorHandleExceptionFactory.h>
Public Member Functions | |
FunctorHandleExceptionFactory (T &&iFunctor) | |
std::shared_ptr< cms::Exception > | make () const override |
Public Member Functions inherited from edm::HandleExceptionFactory | |
HandleExceptionFactory () | |
virtual | ~HandleExceptionFactory () |
Private Attributes | |
T | m_functor |
Definition at line 30 of file FunctorHandleExceptionFactory.h.
|
inline |
Definition at line 32 of file FunctorHandleExceptionFactory.h.
|
inlineoverridevirtual |
Implements edm::HandleExceptionFactory.
Definition at line 38 of file FunctorHandleExceptionFactory.h.
References edm::FunctorHandleExceptionFactory< T >::m_functor.
|
private |
Definition at line 41 of file FunctorHandleExceptionFactory.h.
Referenced by edm::FunctorHandleExceptionFactory< T >::make().