[#BloombergLP-bdlat-NullableValueUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::NullableValueUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for a suite of function templates providing non‐primitive operations on "nullable value" types. == Synopsis Declared in `<bdlat_nullablevalueutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct NullableValueUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat/NullableValueUtil/accessValueByCategory.adoc[`accessValueByCategory`] | Invoke a categorized accessor on the value held by a nullable object. | xref:BloombergLP/bdlat/NullableValueUtil/manipulateValueByCategory.adoc[`manipulateValueByCategory`] | Invoke a categorized manipulator on the value held by a nullable object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#