[#BloombergLP-bdlat_NullableValueFunctions-makeValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_NullableValueFunctions.adoc[bdlat_NullableValueFunctions]::makeValue :relfileprefix: ../../ :mrdocs: Assign to the specified "nullable" `object` the default value for the contained type. == Synopsis Declared in `<bdlat_nullablevaluefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void makeValue(TYPE* object); ---- == Parameters [cols="1,4"] |=== | Name| Description | *object* | "nullable" object to populate with a default value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#