[#BloombergLP-bslstl-Variant_CopyConstructorBase-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_CopyConstructorBase :relfileprefix: ../../ :mrdocs: This component‐private class has deleted copy constructor if (template parameter) `t_ISCOPYCONSTRUCTIBLE` is `false`. All other special member functions are defaulted. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<bool t_ISCOPYCONSTRUCTIBLE> struct Variant_CopyConstructorBase; ---- == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bslstl/Variant_CopyConstructorBase-0a.adoc[`Variant_CopyConstructorBase<false>`] |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_MoveConstructorBase-01.adoc[`Variant_MoveConstructorBase`] | This component‐private class has deleted move constructor if (template parameter) `t_ISMOVECONSTRUCTIBLE` is `false`. All other special member functions are defaulted. | xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[`Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>`] | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#