BloombergLP::bdlar::NullableValueVtableUtil

Utility for constructing NullableValueVtable and NullableValueConstVtable objects with function pointers that implement the "nullable value" type category.

Synopsis

Declared in <bdlar_nullablevaluevtableutil.h>

class NullableValueVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for NullableValueConstVtable.
VtableType Alias for NullableValueVtable.

Static Member Functions

NameDescription
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.