[#BloombergLP-bslstl-Variant_CopyConstructorBase-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_CopyConstructorBase-01.adoc[Variant_CopyConstructorBase]<false> :relfileprefix: ../../ :mrdocs: Delete the copy constructor while defaulting the other members. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bslstl/Variant_CopyConstructorBase-01.adoc[Variant_CopyConstructorBase]<false>; ---- == Description This explicit specialization is used when `t_ISCOPYCONSTRUCTIBLE` is `false`; it deletes the copy constructor while defaulting all other special member functions. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-05.adoc[`Variant_CopyConstructorBase`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/operator_assign-00.adoc[`operator=`] | Assign to this object the value of the specified `rhs` object, and return a reference to this object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#