Delete the copy constructor while defaulting the other members.
This explicit specialization is used when t_ISCOPYCONSTRUCTIBLE is false; it deletes the copy constructor while defaulting all other special member functions.
| Name | Description |
|---|---|
Variant_CopyConstructorBase [constructor] | Constructors |
operator= | Assign to this object the value of the specified rhs object, and return a reference to this object. |