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

Synopsis

Declared in <bdlar_customizedtypevtableutil.h>

template<class t_CUSTOMIZED>
static
CustomizedTypeVtable const*
getVtable();

Return Value

pointer to the customized‐type vtable for t_CUSTOMIZED

Created with MrDocs