This struct provides a namespace for utility functions that construct accessor vtables for type-erased accessor dispatch.
Declared in <bdlar_accessorvtableutil.h>
class AccessorVtableUtil;
| Name | Description |
|---|---|
getVtable | Construct and return a AccessorVtable object with a series of function pointers that implement the accessors. |
getWithInfoVtable | Construct and return a AccessorWithInfoVtable object with a series of function pointers that implement the accessors. |