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::ErrorHandlerFn
arrow_upward

boost::openmethod::policies::ErrorHandlerFn

Blueprint for error_handler metafunctions (exposition only).

Synopsis

Declared in <boost/openmethod/preamble.hpp>

template<class Registry>
struct ErrorHandlerFn;

Static Member Functions

Name

Description

error

Called when an error is detected.

Created with MrDocs