This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "nullable value" type category.
Synopsis
Declared in <bdlar_nullablevaluevtable.h>
struct NullableValueVtable;
Type Aliases
Name |
Description |
Function pointer type assigning the default value for the contained type to a nullable value. |
|
Function pointer type manipulating the non‐null value of a nullable value. |
|
Function pointer type resetting a nullable value to its default value. |
Data Members
Name |
Description |
read‐only vtable |
|
make non‐null value |
|
non‐null value manipulator |
|
reset function |
Created with MrDocs