BloombergLP::bslstl::Variant_CopyConstructorBase<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>

constexpr
Variant_CopyConstructorBase<false>&
operator=(Variant_CopyConstructorBase<false> const& rhs) = default;

Return Value

reference to this object

Parameters

NameDescription
rhsobject to assign from