[#BloombergLP-bdlb-NullableAllocatedValue-value-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue]::value :relfileprefix: ../../../ :mrdocs: `value` overloads == Synopses Declared in `<bdlb_nullableallocatedvalue.h>` Return a reference providing modifiable access to the underlying `TYPE` object. The behavior is undefined unless this object is non‐null. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE& xref:BloombergLP/bdlb/NullableAllocatedValue/value-06.adoc[value](); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/value-06.adoc[_» more..._]# Return a reference providing non‐modifiable access to the underlying `TYPE` object. The behavior is undefined unless this object is non‐null. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE const& xref:BloombergLP/bdlb/NullableAllocatedValue/value-0a.adoc[value]() const; ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/value-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#