boost::openmethod::final_virtual_ptr
final_virtual_ptr overloads
Synopses
Declared in <boost/openmethod/core.hpp>
Create a virtual_ptr for an object of a known dynamic type.
template<class Arg>
auto
final_virtual_ptr(Arg&& obj);
Creates a virtual_ptr for an object of a known dynamic type.
template<
class Registry,
typename Arg>
auto
final_virtual_ptr(Arg&& obj);
Template Parameters
| Name | Description |
|---|---|
Registry |
A |
Arg |
The type of the argument. |
See Also
Created with MrDocs