[#BloombergLP-bslstl-Variant_MoveConstructorBase-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Variant_MoveConstructorBase :relfileprefix: ../../ :mrdocs: This component‐private class has deleted move constructor if (template parameter) `t_ISMOVECONSTRUCTIBLE` 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, bool t_ISMOVECONSTRUCTIBLE> struct Variant_MoveConstructorBase : xref:BloombergLP/bslstl/Variant_CopyConstructorBase-01.adoc[Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bslstl/Variant_CopyConstructorBase-01.adoc[Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>]` | This component‐private class has deleted copy constructor if (template parameter) `t_ISCOPYCONSTRUCTIBLE` is `false`. All other special member functions are defaulted. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[`Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>`] |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_CopyAssignBase-08.adoc[`Variant_CopyAssignBase`] | This component‐private class has deleted copy assignment operator if (template parameter) `t_ISCOPYASSIGNABLE` is `false`. All other special member functions are defaulted. | xref:BloombergLP/bslstl/Variant_CopyAssignBase-0c.adoc[`Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, false>`] | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#