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_TYPE
arrow_upward

BOOST_OPENMETHOD_TYPE

Synopsis

Defined in <boost/openmethod/macros.hpp>.

BOOST_OPENMETHOD_TYPE(ID, (PARAMETERS...), RETURN_TYPE [, REGISTRY]);

Description

Expands to the core method specialization created by BOOST_OPENMETHOD called with the same arguments.

Edit this Page