boost::openmethod::virtual_any::virtual_any
Construct from an any (move).
Synopsis
Declared in <boost/openmethod/interop/virtual_any.hpp>
virtual_any(Any&& other);
Description
Moves other, and acquires the v‐table pointer for the contained value, using virtual_traits<const Any&, Registry>::vptr.
Parameters
Name |
Description |
other |
An |
Created with MrDocs