boost::openmethod::policies::vptr_vector::fn::initialize
Stores the v‐table pointers.
Synopsis
template<
class ForwardIterator,
class... Options>
static
void
initialize(
ForwardIterator first,
ForwardIterator last,
std::tuple<Options...> opts);
Description
If Registry contains a type_hash policy, its initialize function is called. Its result determines the size of the vector. The v‐table pointers are copied into the vector.
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