boost::openmethod::virtual_ptr::virtual_ptr
Default constructor
Synopsis
Declared in <boost/openmethod/core.hpp>
virtual_ptr() = default;
Description
|
This constructor does nothing. The state of the two pointers inside the object is as specified for uninitialized variables by C++. |
Created with MrDocs