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