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::virtual_ptr<SmartPtr, Registry>::vptr
arrow_upward

boost::openmethod::virtual_ptr<SmartPtr, Registry>::vptr

Get the v‐table pointer

Synopsis

Declared in <boost/openmethod/core.hpp>

auto
vptr() const;

Return Value

The v‐table pointer

Created with MrDocs