This struct provides a namespace for utility functions that construct accessor vtables for type‐erased accessor dispatch.

Synopsis

Declared in <bdlar_accessorvtableutil.h>

class AccessorVtableUtil;

Static Member Functions

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.

Created with MrDocs