BloombergLP::bslstl::Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>

Synopsis

Declared in <bslstl_variant.h>

template<bool t_ISCOPYCONSTRUCTIBLE>
struct Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>
    : Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>

Base Classes

NameDescription
Variant_CopyConstructorBase<t_ISCOPYCONSTRUCTIBLE>This component-private class has deleted copy constructor if (template parameter) t_ISCOPYCONSTRUCTIBLE is false. All other special member functions are defaulted.

Member Functions

Name
Variant_MoveConstructorBase [constructor]
operator=