boost::openmethod::policies::default_error_handler::fn::function_type
The type of the error handler function object.
Synopsis
Declared in <boost/openmethod/policies/default_error_handler.hpp>
using function_type = std::function<void(error_variant const&)>;
Created with MrDocs