Dereference operators

Synopses

Declared in <bdlb_nullablevalueref.h>

Return a reference providing non‐modifiable access to the underlying TYPE object. The behavior is undefined if the target has no value.

Return a reference providing modifiable access to the underlying TYPE object. The behavior is undefined if the target has no value.

Return Value

  • non‐modifiable reference to the underlying TYPE object

  • modifiable reference to the underlying TYPE object

Created with MrDocs