[#BloombergLP-bdlar-VtableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::VtableUtil :relfileprefix: ../../ :mrdocs: Functions returning vtables by type category. == Synopsis Declared in `<bdlar_vtableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class VtableUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/VtableUtil/getConstVtable.adoc[`getConstVtable`] | Return a const vtable for the specified `t_TYPE` based on its type category. | xref:BloombergLP/bdlar/VtableUtil/getVtable.adoc[`getVtable`] | Return a vtable for the specified `t_TYPE` based on its type category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#