boost::openmethod::registry::finalize
Releases the resources held by the registry.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
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 |
Template Parameters
| Name | Description |
|---|---|
Options |
A registry. |
Created with MrDocs