Create a field-info reference to the specified target using the specified vtable.
Declared in <bdlar_fieldinfo.h>
FieldInfoRef(
void const* target,
FieldInfoVtable const* vtable);
| Name | Description |
|---|---|
| target | field info object to refer to |
| vtable | vtable providing accessors for target |