boost::openmethod::policies::TypeHashFn::initialize
Initialize the hash table.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
template<typename ForwardIterator>
static
std::pair<std::size_t, std::size_t>
initialize(
ForwardIterator first,
ForwardIterator last);
Template Parameters
| Name | Description |
|---|---|
ForwardIterator |
An iterator to a range of |
Options... |
Zero or more option types, deduced from the function arguments. |
Parameters
| Name | Description |
|---|---|
first |
An iterator to the beginning of the range. |
last |
An iterator to the end of the range. |
options |
Zero or more option objects. |
Created with MrDocs