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