The copy assignment operator is deleted.
Synopsis
Declared in <bslstl_variant.h>
Variant_CopyAssignBase&
operator=(Variant_CopyAssignBase const& rhs) = delete;
Parameters
Name |
Description |
rhs |
unused; this operator is deleted |
Created with MrDocs