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