BloombergLP::bslstl::Variant_MoveAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, t_ISCOPYASSIGNABLE, false>::operator=

The move assignment operator is deleted.

Synopsis

Declared in <bslstl_variant.h>

Variant_MoveAssignBase&
operator=(Variant_MoveAssignBase&& rhs) = delete;

Parameters

NameDescription
rhsunused; this operator is deleted