Construct and return a CustomizedTypeConstVtable 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
CustomizedTypeConstVtable const*
getConstVtable();
Return Value
pointer to the const customized‐type vtable for t_CUSTOMIZED
Created with MrDocs