boost::openmethod::policies::VptrFn::finalize

Release the resources allocated by initialize.

Synopsis

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

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