boost::openmethod::virtual_ptr::final
Construct a virtual_ptr for an object of a known exact class
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