Assignment operators
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...
reference to this object
| Name | Description |
|---|---|
| rhs | unused; this operator is deleted |