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