boost::openmethod::policies::default_error_handler::fn
A ErrorHandlerFn metafunction.
Synopsis
Declared in <boost/openmethod/policies/default_error_handler.hpp>
template<class Registry>
class fn;
Types
Name |
Description |
The policy's state: the error handler function object. Held in the registry's shared state (see |
Type Aliases
Name |
Description |
A |
|
The type of the error handler function object. |
Static Member Functions
Name |
Description |
Calls a function with the error object, wrapped in an |
|
Sets the function to be called to handle errors. |
|
The default error handler function. |
Template Parameters
Name |
Description |
Registry |
The registry containing this policy. |
Created with MrDocs