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::policies::InitializeClass::vptr
arrow_upward

boost::openmethod::policies::InitializeClass::vptr

Reference to the v‐table pointer for the class.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

vptr_type const&
vptr() const;

Return Value

A reference to the v‐table pointer for the class.

Created with MrDocs