boost::openmethod::policies::VptrFn::initialize
Register the v‐table pointers.
Synopsis
Declared in <boost/openmethod/preamble.hpp>
template<class Context>
static
void
initialize(Context const& ctx);
Description
Called by registry::initialize to let the policy store the v‐table pointer associated to each type_id.
Template Parameters
| Name | Description |
|---|---|
Context |
A class that conforms to the |
Created with MrDocs