BloombergLP::bslstl::Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, false>::operator=

Assign to this object the value of the specified rhs object, and return a reference to this object.

Synopsis

Declared in <bslstl_variant.h>

Variant_CopyAssignBase&
operator=(Variant_CopyAssignBase&& rhs) = default;

Return Value

reference to this object

Parameters

NameDescription
rhsobject to assign from