[#BloombergLP-bslstl-Variant_MoveConstructorBase-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_MoveConstructorBase-01.adoc[Variant_MoveConstructorBase]<t_ISCOPYCONSTRUCTIBLE, false> :relfileprefix: ../../ :mrdocs: Delete the move constructor while defaulting the other members. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<bool t_ISCOPYCONSTRUCTIBLE> struct xref:BloombergLP/bslstl/Variant_MoveConstructorBase-01.adoc[Variant_MoveConstructorBase]<t_ISCOPYCONSTRUCTIBLE, false> : xref:BloombergLP/bslstl/Variant_CopyConstructorBase-01.adoc[Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>] ---- == Description This partial specialization is used when `t_ISMOVECONSTRUCTIBLE` is `false`; it deletes the move constructor while defaulting all other special member functions. == 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`. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02/2constructor-04.adoc[`Variant_MoveConstructorBase`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bslstl/Variant_MoveConstructorBase-02/operator_assign-0dd.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]#