Assignment operators

Synopses

Declared in <bslstl_variant.h>

The copy assignment operator is deleted.

Assign to this object the value of the specified rhs object, and return a reference to this object.

Return Value

reference to this object

Parameters

Name

Description

rhs

unused; this operator is deleted

Created with MrDocs