Constructors

Synopses

Declared in <bslstl_variant.h>

Create a Variant_CopyConstructorBase object.

constexpr
Variant_CopyConstructorBase() = default;

The copy constructor is deleted.

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

Parameters

Name

Description

original

unused; this constructor is deleted

Created with MrDocs