[#BloombergLP-bdlb-NullableValueRef-operator_ptr-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValueRef.adoc[NullableValueRef]::operator‐> :relfileprefix: ../../../ :mrdocs: Member access operators == Synopses Declared in `<bdlb_nullablevalueref.h>` Return a pointer providing non‐modifiable access to the underlying `TYPE` object. The behavior is undefined if the target has no value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef/value_type.adoc[bdlb::NullableValueRef<TYPE>::value_type] const* xref:BloombergLP/bdlb/NullableValueRef/operator_ptr-03.adoc[operator‐>]() const; ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_ptr-03.adoc[_» more..._]# Return a pointer providing modifiable access to the underlying `TYPE` object. The behavior is undefined if the target has no value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/NullableValueRef/value_type.adoc[bdlb::NullableValueRef<TYPE>::value_type]* xref:BloombergLP/bdlb/NullableValueRef/operator_ptr-0c.adoc[operator‐>](); ---- [.small]#xref:BloombergLP/bdlb/NullableValueRef/operator_ptr-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#