BloombergLP::bslstl::Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>::operator=

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

Synopses

Declared in <bslstl_variant.h>

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

Variant_MoveConstructorBase&
operator=(Variant_MoveConstructorBase const& rhs) = default;
» more...

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

Variant_MoveConstructorBase&
operator=(Variant_MoveConstructorBase&& rhs) = default;
» more...

Return Value

reference to this object

Parameters

NameDescription
rhsobject to assign from