Delete the copy assignment operator while defaulting the other members.
Synopsis
Declared in <bslstl_variant.h>
template<
bool t_ISCOPYCONSTRUCTIBLE,
bool t_ISMOVECONSTRUCTIBLE>
struct Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, false>
: Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE>
Description
This partial specialization is used when t_ISCOPYASSIGNABLE is false; it deletes the copy assignment operator while defaulting all other special member functions.
Base Classes
Name |
Description |
|
This component‐private class has deleted move constructor if (template parameter) |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
Created with MrDocs