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