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>
template<
bool t_ISCOPYCONSTRUCTIBLE,
bool t_ISMOVECONSTRUCTIBLE,
bool t_ISCOPYASSIGNABLE>
struct Variant_CopyAssignBase
: Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE>
Base Classes
Name |
Description |
|
This component‐private class has deleted move constructor if (template parameter) |
Specializations
Derived Classes
Name |
Description |
This component‐private class has deleted move assignment operator if (template parameter) |
|
Created with MrDocs