Boost.OpenMethod

    • Introduction
    • Open-Methods 101
    • Performance
    • Smart Pointers
    • Headers
    • Namespaces
    • Friendship
    • Multiple Dispatch
    • Advanced Features
      • Core API
      • Registries and Policies
      • Custom RTTI
      • Error Handling
      • Virtual Pointer Alternatives
      • Shared Libraries
    • Reference
      • Headers
      • Macros
      • Namespace boost::openmethod
  • boost::openmethod::policies::default_error_handler::fn::function_type
arrow_upward

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