[#BloombergLP-bdlb-NullableValue-addressOr] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValue.adoc[NullableValue]::addressOr :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlb_nullablevalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE const* addressOr(TYPE const* address) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#