Constructors
Declared in <bslstl_variant.h>
Create a Variant_CopyConstructorBase object.
constexpr
Variant_CopyConstructorBase() = default;
» more...
The copy constructor is deleted.
Variant_CopyConstructorBase(Variant_CopyConstructorBase<false> const& original) = delete;
» more...
Create a Variant_CopyConstructorBase object by moving from the specified original object.
constexpr
Variant_CopyConstructorBase(Variant_CopyConstructorBase<false>&& original) = default;
» more...
| Name | Description |
|---|---|
| original | unused; this constructor is deleted |