BloombergLP::bslstl::Variant_CopyConstructorBase

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

Synopsis

Declared in <bslstl_variant.h>

template<bool t_ISCOPYCONSTRUCTIBLE>
struct Variant_CopyConstructorBase;

Specializations

Name
Variant_CopyConstructorBase<false>

Derived Classes

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