Create a field‐info reference to the specified target using the specified vtable.

Synopsis

Declared in <bdlar_fieldinfo.h>

FieldInfoRef(
    void const* target,
    FieldInfoVtable const* vtable);

Parameters

Name

Description

target

field info object to refer to

vtable

vtable providing accessors for target

Created with MrDocs