This component‐private class has deleted copy constructor if (template parameter) t_ISCOPYCONSTRUCTIBLE is false.

Synopsis

Declared in <bslstl_variant.h>

template<bool t_ISCOPYCONSTRUCTIBLE>
struct Variant_CopyConstructorBase;

Description

All other special member functions are defaulted.

Specializations

Name

Description

Variant_CopyConstructorBase<false>

Delete the copy constructor while defaulting the other members.

Derived Classes

Name

Description

Variant_MoveConstructorBase

This component‐private class has deleted move constructor if (template parameter) t_ISMOVECONSTRUCTIBLE is false.

Variant_MoveConstructorBase<t_ISCOPYCONSTRUCTIBLE, false>

Delete the move constructor while defaulting the other members.

Created with MrDocs