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