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

Assignment operators

Synopses

Declared in <bslstl_variant.h>

The copy assignment operator is deleted.

Variant_CopyAssignBase&
operator=(Variant_CopyAssignBase const& rhs) = delete;
» more...

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

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

Return Value

reference to this object

Parameters

NameDescription
rhsunused; this operator is deleted