xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator=() [2/2]

any_object & xtd::any_object::operator= ( any_object &&  other)
inline

Move assignment operator. Replaces the contents with a copy of the contents of other.

Parameters
otherAnother polymorphic wrapper.
Returns
This current instance.