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