This struct stores a series of function pointers to wrappers that invoke the underlying methods with read‐only access of the supplied type erased object that implement the "array" type category.
Synopsis
Declared in <bdlar_arrayvtable.h>
struct ArrayConstVtable;
Type Aliases
Name |
Description |
Function pointer type accessing an array element with read‐only access. |
|
Function pointer type returning the element type category. |
|
Function pointer type returning the number of elements in an array. |
|
Function pointer type returning the XSD name for an array. |
Data Members
Name |
Description |
element access function |
|
element category accessor |
|
size accessor |
|
XSD name accessor |
Created with MrDocs