Assign to this object the value of the specified rhs object, and return a reference to this object.
Declared in <bslstl_variant.h>
Assign to this object the value of the specified rhs object, and return a reference to this object.
constexpr
Variant_CopyConstructorBase<false>&
operator=(Variant_CopyConstructorBase<false> const& rhs) = default;
» more...
Assign to this object the value of the specified rhs object, and return a reference to this object.
constexpr
Variant_CopyConstructorBase<false>&
operator=(Variant_CopyConstructorBase<false>&& rhs) = default;
» more...
reference to this object
| Name | Description |
|---|---|
| rhs | object to assign from |