Utility for constructing ArrayVtable and ArrayConstVtable objects with function pointers that implement the "array" type category.
Declared in <bdlar_arrayvtableutil.h>
class ArrayVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for ArrayConstVtable. |
VtableType | Alias for ArrayVtable. |
| Name | Description |
|---|---|
getConstVtable | Construct and return a ArrayConstVtable object with a series of function pointers that implement the "array" type category. |
getVtable | Construct and return a ArrayVtable object with a series of function pointers that implement the "array" type category. |