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

boost::openmethod::indirect_registry

Indirect registry.

Synopsis

Declared in <boost/openmethod/default_registry.hpp>

struct indirect_registry
    : default_registry::with<policies::indirect_vptr>

Base Classes

Name Description

default_registry::with<policies::indirect_vptr>

Description

indirect_registry is a predefined registry that uses the same policies as default_registry, plus the indirect_vptr policy.

See Also

indirect_vptr.

Created with MrDocs