[#BloombergLP-bdlar-ArrayVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::ArrayVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "array" type category. == Synopsis Declared in `<bdlar_arrayvtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ArrayVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/ArrayVtable/ManipulateElement.adoc[`ManipulateElement`] | Function pointer type manipulating an array element. | xref:BloombergLP/bdlar/ArrayVtable/Reset.adoc[`Reset`] | Function pointer type resetting an array to its default value. | xref:BloombergLP/bdlar/ArrayVtable/Resize.adoc[`Resize`] | Function pointer type resizing an array. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/ArrayVtable/d_const.adoc[`d_const`] | read‐only vtable | xref:BloombergLP/bdlar/ArrayVtable/d_manipulateElement_fp.adoc[`d_manipulateElement_fp`] | element manipulator | xref:BloombergLP/bdlar/ArrayVtable/d_reset_fp.adoc[`d_reset_fp`] | reset function | xref:BloombergLP/bdlar/ArrayVtable/d_resize_fp.adoc[`d_resize_fp`] | resize function |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#