Construct and return a NullableValueVtable 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
NullableValueVtable const*
getVtable();

Return Value

pointer to the nullable‐value vtable for t_NULLABLE

Created with MrDocs