Create a Variant_CopyConstructorBase object by moving from the specified original object.

Synopsis

Declared in <bslstl_variant.h>

constexpr
Variant_CopyConstructorBase(Variant_CopyConstructorBase<false>&& original) = default;

Parameters

Name

Description

original

object to move from

Created with MrDocs