[#BloombergLP-bdlb-NullableValue-makeValue-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValue.adoc[NullableValue]::makeValue :relfileprefix: ../../../ :mrdocs: `makeValue` overloads == Synopses Declared in `<bdlb_nullablevalue.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/NullableValue/makeValue-0f.adoc[makeValue](); ---- [.small]#xref:BloombergLP/bdlb/NullableValue/makeValue-0f.adoc[_» more..._]# Assign the specified `value` converted to `TYPE` to this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class BDE_OTHER_TYPE> TYPE& xref:BloombergLP/bdlb/NullableValue/makeValue-0c.adoc[makeValue](BDE_OTHER_TYPE&& value); ---- [.small]#xref:BloombergLP/bdlb/NullableValue/makeValue-0c.adoc[_» more..._]# == Return Value a reference providing modifiable access to the underlying `TYPE` object == Parameters [cols="1,4"] |=== | Name| Description | *value* | value converted to `TYPE` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#