boost::openmethod::finalize

Release resources held by registry.

Synopsis

template<
    class Registry = boost::openmethod::default_registry,
    class... Options>
void
finalize(Options...&&... opts);

Description

finalize may be called to release any resources allocated by registry::initialize.

A translation unit that contains a call to finalize must include the <boost/openmethod/initialize.hpp> header.

Template Parameters

Name Description

Registry

The registry to finalize.

Options...

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

Parameters

Name Description

options

Zero or more option objects.

Created with MrDocs