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

Name

Description

ConstVtableType

Alias for NullableValueConstVtable.

VtableType

Alias for NullableValueVtable.

Static Member Functions

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.

Created with MrDocs