boost::openmethod::policies::VptrFn::initialize

Register the v‐table pointers.

Synopsis

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 InitializeContext blueprint.

Created with MrDocs