boost::openmethod::policies::vptr_map::fn::initialize

Stores the v‐table pointers.

Synopsis

template<
    class ForwardIterator,
    class... Options>
static
void
initialize(
    ForwardIterator first,
    ForwardIterator last,
    std::tuple<Options...> opts);

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