This component-private class has deleted move assignment operator if (template parameter) t_ISMOVEASSIGNABLE is false. All other special member functions are defaulted.
Declared in <bslstl_variant.h>
template<
bool t_ISCOPYCONSTRUCTIBLE,
bool t_ISMOVECONSTRUCTIBLE,
bool t_ISCOPYASSIGNABLE,
bool t_ISMOVEASSIGNABLE>
struct Variant_MoveAssignBase
: Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, t_ISCOPYASSIGNABLE>
| Name | Description |
|---|---|
Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, t_ISCOPYASSIGNABLE> | This component-private class has deleted copy assignment operator if (template parameter) t_ISCOPYASSIGNABLE is false. All other special member functions are defaulted. |
| Name |
|---|
Variant_MoveAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, t_ISCOPYASSIGNABLE, false> |
| Name | Description |
|---|---|
Variant_SMFBase | This component-private class has special member functions that are either deleted or defaulted according to the specified template parameters. |