Assignment operators

Synopses

Declared in <bdlb_nullablevalueref.h>

Assign rhs to the target and return this object.

Assign rhs to the target and return this object.

Reset the target to the null value and return this object.

Assign rhs to the target and return this object.

Assign rhs to the target and return this object.

Return Value

modifiable reference to this object

Parameters

Name

Description

rhs

nullable wrapper whose value is assigned

Created with MrDocs