[#BloombergLP-bdlb-NullableAllocatedValue-makeValue-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue]::makeValue :relfileprefix: ../../../ :mrdocs: `makeValue` overloads == Synopses Declared in `<bdlb_nullableallocatedvalue.h>` Assign to this object the default value for `TYPE`, and return a reference providing modifiable access to the underlying `TYPE` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE& xref:BloombergLP/bdlb/NullableAllocatedValue/makeValue-0cf.adoc[makeValue](); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/makeValue-0cf.adoc[_» more..._]# Assign to this object the specified `val`, and return a reference providing modifiable access to the underlying `TYPE` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE& xref:BloombergLP/bdlb/NullableAllocatedValue/makeValue-0c1.adoc[makeValue](TYPE const& val); ---- [.small]#xref:BloombergLP/bdlb/NullableAllocatedValue/makeValue-0c1.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#