Construct and return a NullableValueConstVtable object with a series of function pointers that implement the "nullable value" type category.
Synopsis
Declared in <bdlar_nullablevaluevtableutil.h>
template<class t_NULLABLE>
static
NullableValueConstVtable const*
getConstVtable();
Return Value
pointer to the const nullable‐value vtable for t_NULLABLE
Created with MrDocs