Construct and return a ChoiceVtable object with a series of function pointers that implement the "choice" type category.
Synopsis
Declared in <bdlar_choicevtableutil.h>
template<class t_CHOICE>
static
ChoiceVtable const*
getVtable();
Return Value
pointer to the choice vtable for t_CHOICE
Created with MrDocs