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