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

boost::openmethod::vptr_type

Alias to v‐table pointer type.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

using vptr_type = /* implementation-defined */ const*;

Description

vptr_type is an alias to the type of a v‐table pointer.

Created with MrDocs