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