[#BloombergLP-bdlat_NullableValueFunctions-bdlat_nullableValueMakeValue-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_NullableValueFunctions.adoc[bdlat_NullableValueFunctions]::bdlat_nullableValueMakeValue :relfileprefix: ../../ :mrdocs: `bdlat_nullableValueMakeValue` overloads == Synopses Declared in `<bdlat_nullablevaluefunctions.h>` Default customization‐point implementation of `makeValue` for `bdlb::NullableAllocatedValue`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void xref:BloombergLP/bdlat_NullableValueFunctions/bdlat_nullableValueMakeValue-05.adoc[bdlat_nullableValueMakeValue](xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[bdlb::NullableAllocatedValue<TYPE>]* object); ---- [.small]#xref:BloombergLP/bdlat_NullableValueFunctions/bdlat_nullableValueMakeValue-05.adoc[_» more..._]# Default customization‐point implementation of `makeValue` for `bdlb::NullableValue`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void xref:BloombergLP/bdlat_NullableValueFunctions/bdlat_nullableValueMakeValue-0b.adoc[bdlat_nullableValueMakeValue](xref:BloombergLP/bdlb/NullableValue.adoc[bdlb::NullableValue<TYPE>]* object); ---- [.small]#xref:BloombergLP/bdlat_NullableValueFunctions/bdlat_nullableValueMakeValue-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#