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

Release the resources allocated by initialize.

Synopsis

template<class... Options>
static
void
finalize(std::tuple<Options...> const& options);

Description

This function is optional.

Template Parameters

Name Description

Options...

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

Parameters

Name Description

options

A tuple of option objects.

Created with MrDocs