[#BloombergLP-bdlb-NullableAllocatedValue-makeValue-0c1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue]::makeValue :relfileprefix: ../../../ :mrdocs: Create a value equal to `val` in this nullable object. == Synopsis Declared in `<bdlb_nullableallocatedvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TYPE& makeValue(TYPE const& val); ---- == Description Assign to this object the specified `val`, and return a reference providing modifiable access to the underlying `TYPE` object. == Return Value modifiable reference to the created value == Parameters [cols="1,4"] |=== | Name| Description | *val* | value to place in this object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#