boost::openmethod::openmethod_vptr::apply
Returns the v‐table pointer for the bound type.
Synopsis
Declared in <boost/openmethod/interop/boost_type_erasure.hpp>
static
vptr_type
apply(T const&);
Description
Also registers T, and the owning any for Concept as its base, by odr‐using their registrars.
Return Value
The registry::static_vptr for T.
Created with MrDocs