Boost.OpenMethod

    • Motivation
    • Basic Features
      • Methods and Overriders
      • Performance
      • Smart Pointers
      • Header and Implementation Files
      • Namespaces
      • Friends
      • 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