BloombergLP::bslstl::Variant_CopyConstructorBase<false>

Delete the copy constructor while defaulting the other members.

Synopsis

Declared in <bslstl_variant.h>

template<>
struct Variant_CopyConstructorBase<false>;

Description

This explicit specialization is used when t_ISCOPYCONSTRUCTIBLE is false; it deletes the copy constructor while defaulting all other special member functions.

Member Functions

NameDescription
Variant_CopyConstructorBase [constructor]Constructors
operator= Assign to this object the value of the specified rhs object, and return a reference to this object.