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::TypeHashFn::finalize
arrow_upward

boost::openmethod::policies::TypeHashFn::finalize

Release the resources allocated by initialize.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

static
void
finalize();

Description

This function is optional.

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