This component‐private class has deleted move constructor if (template parameter) t_ISMOVECONSTRUCTIBLE is false.
Synopsis
Declared in <bslstl_variant.h>
template<
bool t_ISCOPYCONSTRUCTIBLE,
bool t_ISMOVECONSTRUCTIBLE>
struct Variant_MoveConstructorBase
: Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>
Description
All other special member functions are defaulted.
Base Classes
Name |
Description |
|
This component‐private class has deleted copy constructor if (template parameter) |
Specializations
Name |
Description |
|
Delete the move constructor while defaulting the other members. |
Derived Classes
Name |
Description |
This component‐private class has deleted copy assignment operator if (template parameter) |
|
|
Delete the copy assignment operator while defaulting the other members. |
Created with MrDocs