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>
struct ArrayVtable;
Type Aliases
Name |
Description |
Function pointer type manipulating an array element. |
|
Function pointer type resetting an array to its default value. |
|
Function pointer type resizing an array. |
Data Members
Name |
Description |
read‐only vtable |
|
element manipulator |
|
reset function |
|
resize function |
Created with MrDocs