[#BloombergLP-bdlb-NullableAllocatedValue-operator_star-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue]::operator* :relfileprefix: ../../../ :mrdocs: Dereference operators == Synopses Declared in `<bdlb_nullableallocatedvalue.h>` Return a reference 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_star-08.adoc[operator*](); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/operator_star-08.adoc[_» more..._]# Return a reference 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_star-0a.adoc[operator*]() const; ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/operator_star-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#