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

boost::openmethod::policies::throw_error_handler

Throws error as an exception.

Synopsis

Declared in <boost/openmethod/policies/throw_error_handler.hpp>

struct throw_error_handler
    : error_handler

Base Classes

Name Description

error_handler

Policy for error handling.

Types

Name

Description

fn

A ErrorHandlerFn metafunction.

Created with MrDocs