A cons-list element of the exception handler class hierarchy. More...
#include <exception_handler.hpp>
Public Types | |
typedef base_type::handler_type | handler_type |
The exception handler type. More... | |
Public Member Functions | |
eh_cons (handler_type const &handler) | |
Initializing constructor. More... | |
void | operator() () const |
Exception launcher. More... | |
A cons-list element of the exception handler class hierarchy.
typedef base_type::handler_type boost::aux::eh_cons< ExceptionT, BaseT >::handler_type |
The exception handler type.
|
inlineexplicit |
Initializing constructor.
|
inline |
Exception launcher.
References operator()().