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