BloombergLP::bslstl::Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, false>

Delete the copy assignment operator while defaulting the other members.

Synopsis

Declared in <bslstl_variant.h>

template<
    bool t_ISCOPYCONSTRUCTIBLE,
    bool t_ISMOVECONSTRUCTIBLE>
struct Variant_CopyAssignBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE, false>
    : Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE>

Description

This partial specialization is used when t_ISCOPYASSIGNABLE is false; it deletes the copy assignment operator while defaulting all other special member functions.

Base Classes

NameDescription
Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE>This component-private class has deleted move constructor if (template parameter) t_ISMOVECONSTRUCTIBLE is false.

Member Functions

NameDescription
Variant_CopyAssignBase [constructor]Constructors
operator= Assignment operators