[#BloombergLP-bslstl-Variant_CopyConstructorBase-0a-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a.adoc[Variant_CopyConstructorBase<false>]::Variant_CopyConstructorBase :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslstl_variant.h>` Create a `Variant_CopyConstructorBase` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-0c.adoc[Variant_CopyConstructorBase]() = default; ---- [.small]#xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-0c.adoc[_» more..._]# The copy constructor is deleted. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-08.adoc[Variant_CopyConstructorBase](xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a.adoc[Variant_CopyConstructorBase<false>] const& original) = delete; ---- [.small]#xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-08.adoc[_» more..._]# Create a `Variant_CopyConstructorBase` object by moving from the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-0f.adoc[Variant_CopyConstructorBase](xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a.adoc[Variant_CopyConstructorBase<false>]&& original) = default; ---- [.small]#xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a/2constructor-0f.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | unused; this constructor is deleted |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#