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