[#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`. == 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>] ---- == Description All other special member functions are defaulted. == 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`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02.adoc[`Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>`] | Delete the move constructor while defaulting the other members. |=== == 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`. | xref:BloombergLP/bslstl/Variant_CopyAssignBase-0c.adoc[`Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, false>`] | Delete the copy assignment operator while defaulting the other members. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#