Delete the copy constructor while defaulting the other members.
Synopsis
Declared in <bslstl_variant.h>
template<>
struct Variant_CopyConstructorBase<false>;
Description
This explicit specialization is used when t_ISCOPYCONSTRUCTIBLE is false; it deletes the copy constructor while defaulting all other special member functions.
Member Functions
Name |
Description |
|
Constructors |
Assign to this object the value of the specified |
Created with MrDocs