Assignment operators

Synopses

Declared in <bslstl_optional.h>

Assign to this object the value of the specified rhs object, and return a non‐`const` reference to this object.

Assign a new value to this optional.

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

right‐hand operand

Created with MrDocs