boost::openmethod::policies::TypeHashFn::initialize
Initialize the hash table.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
template<
class Context,
class... Options>
static
void
initialize(
Context const& ctx,
std::tuple<Options...> const& options);
Description
Use hash_range to retrieve the minimum and maximum hash values after calling this function.
Template Parameters
Name |
Description |
Context |
A class that conforms to the |
Options... |
Zero or more option types, deduced from the function arguments. |
Parameters
Name |
Description |
ctx |
A Context object. |
options |
A tuple of option objects. |
Created with MrDocs