Utility for constructing NullableValueVtable and NullableValueConstVtable objects with function pointers that implement the "nullable value" type category.
Declared in <bdlar_nullablevaluevtableutil.h>
class NullableValueVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for NullableValueConstVtable. |
VtableType | Alias for NullableValueVtable. |
| Name | Description |
|---|---|
getConstVtable | Construct and return a NullableValueConstVtable object with a series of function pointers that implement the "nullable value" type category. |
getVtable | Construct and return a NullableValueVtable object with a series of function pointers that implement the "nullable value" type category. |