Assign the type and value of rhs to this object.
Declared in <bdlb_variant.h>
Variant7<A1, A2, A3, A4, A5, A6, A7>&
operator=(Variant7 const& rhs);
The value currently held by this variant (if any) is destroyed if that value's type is not the same as the type held by the rhs object.
reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | right-hand operand |