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