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::virtual_ptr::operator*
arrow_upward

boost::openmethod::virtual_ptr::operator*

Get a reference to the object

Synopsis

Declared in <boost/openmethod/core.hpp>

element_type&
operator*() const;

Return Value

A reference to the object

Created with MrDocs