boost::openmethod::virtual_ptr<SmartPtr, Registry>::final
Construct a virtual_ptr from a smart pointer to an object
Synopsis
Declared in <boost/openmethod/core.hpp>
template<class Other>
static
auto
final(Other&& obj);
Description
This function forwards to final_virtual_ptr.
Parameters
| Name | Description |
|---|---|
obj |
A reference to an object |
Created with MrDocs