[#BloombergLP-bdlar-FieldInfoRef-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/FieldInfoRef.adoc[FieldInfoRef]::FieldInfoRef :relfileprefix: ../../../ :mrdocs: Create a field‐info reference to the specified `target` using the specified `vtable`. == Synopsis Declared in `<bdlar_fieldinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FieldInfoRef( void const* target, xref:BloombergLP/bdlar/FieldInfoVtable.adoc[FieldInfoVtable] const* vtable); ---- == Parameters [cols="1,4"] |=== | Name| Description | *target* | field info object to refer to | *vtable* | vtable providing accessors for `target` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#