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

boost::openmethod::policies::vptr_vector::fn::finalize

Clears the vector.

Synopsis

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

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

Template Parameters

Name

Description

Options...

Zero or more option types, deduced from the function arguments.

Parameters

Name

Description

options

Zero or more option objects.

Created with MrDocs