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
    • Acknowledgements
  • boost::openmethod::policies::vptr_map::fn::state::vptrs
arrow_upward

boost::openmethod::policies::vptr_map::fn::state::vptrs

The v‐table pointers (pointers to v‐table pointers if Registry contains the indirect_vptr policy), keyed by type id.

Synopsis

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

MapFn::fn<type_id, Value> vptrs;

Created with MrDocs