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

Synopsis

Declared in <bdlar_dynamictypevtableutil.h>

template<class t_DYNAMIC>
static
DynamicTypeConstVtable const*
getConstVtable();

Return Value

pointer to the const dynamic type vtable for t_DYNAMIC

Created with MrDocs