[#BloombergLP-bdlar-CustomizedTypeVtableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::CustomizedTypeVtableUtil :relfileprefix: ../../ :mrdocs: Utility for constructing customized‐type vtables. == Synopsis Declared in `<bdlar_customizedtypevtableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CustomizedTypeVtableUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeVtableUtil/ConstVtableType.adoc[`ConstVtableType`] | Alias for `CustomizedTypeConstVtable`. | xref:BloombergLP/bdlar/CustomizedTypeVtableUtil/VtableType.adoc[`VtableType`] | Alias for `CustomizedTypeVtable`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeVtableUtil/getConstVtable.adoc[`getConstVtable`] | Construct and return a `CustomizedTypeConstVtable` object with a series of function pointers that implement the "customized type" type category. | xref:BloombergLP/bdlar/CustomizedTypeVtableUtil/getVtable.adoc[`getVtable`] | Construct and return a `CustomizedTypeVtable` object with a series of function pointers that implement the "customized type" type category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#