Constructors
Synopses
Declared in <bslstl_variant.h>
Create a Variant_MoveConstructorBase object.
Variant_MoveConstructorBase() = default;
Create a Variant_MoveConstructorBase object having the value of the specified original object.
Variant_MoveConstructorBase(Variant_MoveConstructorBase const& original) = default;
The move constructor is deleted.
Variant_MoveConstructorBase(Variant_MoveConstructorBase&& original) = delete;
Parameters
Name |
Description |
original |
object to copy |
Created with MrDocs