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

Types

Name

fn

category

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).

Created with MrDocs