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

boost::openmethod::policies::runtime_checks

Policy for post‐initialize runtime checks.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

struct runtime_checks final

Description

If this policy is present, performs the following checks:

  • Classes of virtual arguments have been registered.

  • Dynamic and static types match in "final" constructs (final_virtual_ptr and related functions).

Types

Name

fn

category

Created with MrDocs