boost::openmethod::final_virtual_ptr
Create a virtual_ptr for an object of a known dynamic type.
Synopsis
Declared in <boost/openmethod/core.hpp>
template<class Arg>
auto
final_virtual_ptr(Arg&& obj);
Description
This is an overload of final_virtual_ptr that uses the default registry as the Registry template parameter.
See Also
Created with MrDocs