Construct and return a SimpleTypeConstVtable object with a series of function pointers that implement the "simple type" category.

Synopsis

Declared in <bdlar_simpletypevtableutil.h>

template<class t_SIMPLE>
static
SimpleTypeConstVtable const*
getConstVtable();

Return Value

pointer to the const simple‐type vtable for t_SIMPLE

Created with MrDocs