The move constructor is deleted.

Synopsis

Declared in <bslstl_variant.h>

Variant_MoveConstructorBase(Variant_MoveConstructorBase&& original) = delete;

Parameters

Name

Description

original

unused; this constructor is deleted

Created with MrDocs