[#BloombergLP-bdlar-AccessorVtableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::AccessorVtableUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility functions that construct accessor vtables for type‐erased accessor dispatch. == Synopsis Declared in `<bdlar_accessorvtableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class AccessorVtableUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/AccessorVtableUtil/getVtable.adoc[`getVtable`] | Construct and return a `AccessorVtable` object with a series of function pointers that implement the accessors. | xref:BloombergLP/bdlar/AccessorVtableUtil/getWithInfoVtable.adoc[`getWithInfoVtable`] | Construct and return a `AccessorWithInfoVtable` object with a series of function pointers that implement the accessors. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#