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