[#BloombergLP-bdlb-NullableValue-makeValue-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/NullableValue.adoc[NullableValue]::makeValue :relfileprefix: ../../../ :mrdocs: Assign the specified `value` converted to `TYPE` to this object. == Synopsis Declared in `<bdlb_nullablevalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class BDE_OTHER_TYPE> TYPE& makeValue(BDE_OTHER_TYPE&& value); ---- == Description 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. == 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]#