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