BloombergLP::bslstl::Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>::Variant_MoveConstructorBase

Constructors

Synopses

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

Parameters

NameDescription
originalobject to copy