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