BloombergLP::bslstl::Variant_CopyConstructorBase<false>::Variant_CopyConstructorBase

Constructors

Synopses

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...

Parameters

NameDescription
originalunused; this constructor is deleted