Return the address of the value, or address if null.
Declared in <bdlb_nullablevalueref.h>
TYPE const*
addressOr(TYPE const* address) const;
Return an address providing non-modifiable access to the underlying object of a (template parameter) TYPE if this object is non-null, and the specified address otherwise.
true if the target contains a value, and false otherwise
| Name | Description |
|---|---|
| address | fallback pointer when the target is null |