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>

Base Classes

Name

Description

Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, t_ISMOVECONSTRUCTIBLE>

This component‐private class has deleted move constructor if (template parameter) t_ISMOVECONSTRUCTIBLE is false. All other special member functions are defaulted.

Member Functions

Name

Variant_CopyAssignBase [constructor]

operator=

Created with MrDocs