[#BloombergLP-bdlar-NullableValueConstVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::NullableValueConstVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying methods with read‐only access of the supplied type erased object that implement the "nullable value" type category. == Synopsis Declared in `<bdlar_nullablevaluevtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct NullableValueConstVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/NullableValueConstVtable/AccessValue.adoc[`AccessValue`] | Function pointer type accessing the non‐null value of a nullable value. | xref:BloombergLP/bdlar/NullableValueConstVtable/IsNull.adoc[`IsNull`] | Function pointer type indicating whether a nullable value is null. | xref:BloombergLP/bdlar/NullableValueConstVtable/ValueCategory.adoc[`ValueCategory`] | Function pointer type returning the value type category of a nullable value. | xref:BloombergLP/bdlar/NullableValueConstVtable/XsdName.adoc[`XsdName`] | Function pointer type returning the XSD name of a nullable value. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/NullableValueConstVtable/d_accessValue_fp.adoc[`d_accessValue_fp`] | non‐null value accessor | xref:BloombergLP/bdlar/NullableValueConstVtable/d_isNull_fp.adoc[`d_isNull_fp`] | null predicate | xref:BloombergLP/bdlar/NullableValueConstVtable/d_valueCategory_fp.adoc[`d_valueCategory_fp`] | value type category accessor | xref:BloombergLP/bdlar/NullableValueConstVtable/d_xsdName_fp.adoc[`d_xsdName_fp`] | XSD name accessor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#