boost::openmethod::policies::TypeHashFn::initialize

Initialize the hash table.

Synopsis

template<typename ForwardIterator>
static
std::pair<std::size_t, std::size_t>
initialize(
    ForwardIterator first,
    ForwardIterator last);

Return Value

A pair containing the minimum and maximum hash values.

Template Parameters

Name

Description

ForwardIterator

An iterator to a range of IdsToVptr objects.

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