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::policies::vptr_map::fn::finalize
arrow_upward

boost::openmethod::policies::vptr_map::fn::finalize

Clears the map.

Synopsis

Declared in <boost/openmethod/policies/vptr_map.hpp>

template<class... Options>
static
void
finalize(std::tuple<Options...> const&);

Template Parameters

Name Description

Options...

Zero or more option types.

Parameters

Name Description

ctx

A Context object.

options

A tuple of option objects.

Created with MrDocs