Assignment operators
Synopses
Declared in <bslstl_variant.h>
The copy assignment operator is deleted.
Variant_CopyAssignBase&
operator=(Variant_CopyAssignBase const& rhs) = delete;
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;
Return Value
reference to this object
Parameters
Name |
Description |
rhs |
unused; this operator is deleted |
Created with MrDocs