[#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 to this object the specified `value` (of `BDE_OTHER_TYPE`) converted to `TYPE`, and return a reference providing modifiable access to the underlying `TYPE` object. Note that this method will fail to compile if `TYPE` and `BDE_OTHER_TYPE` are not compatible. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#