Declared in <bslstl_variant.h>
template<bool t_ISCOPYCONSTRUCTIBLE>
struct Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>
: Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>
| Name | Description |
|---|---|
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. |
| Name |
|---|
Variant_MoveConstructorBase [constructor] |
operator= |