boost::openmethod::registry::finalize

Releases the resources held by the registry.

Synopsis

template<class... Options>
static
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

Options

A registry.

Created with MrDocs