Luna::Variant::operator=
Variant & operator=(const Variant &rhs)
Assigns one variant by coping data from another variant.
Parameters
-
in rhs
The variant to copy from.
Return value
Returns *this
.
Variant & operator=(const Variant &rhs)
Assigns one variant by coping data from another variant.
in rhs
The variant to copy from.
Returns *this
.