BloombergLP::bdlar::ChoiceVtableUtil

Utility for constructing ChoiceVtable and ChoiceConstVtable objects with function pointers that implement the "choice" type category.

Synopsis

Declared in <bdlar_choicevtableutil.h>

class ChoiceVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for ChoiceConstVtable.
VtableType Alias for ChoiceVtable.

Static Member Functions

NameDescription
getConstVtable Construct and return a ChoiceConstVtable object with a series of function pointers that implement the "choice" type category.
getVtable Construct and return a ChoiceVtable object with a series of function pointers that implement the "choice" type category.