[#BloombergLP-bdlar-FieldInfoRef-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/FieldInfoRef.adoc[FieldInfoRef]::FieldInfoRef :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlar_fieldinfo.h>` Create a field‐info reference to the specified `target`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:BloombergLP/bdlar/FieldInfo.adoc[FieldInfo] t_FIELD_INFO> xref:BloombergLP/bdlar/FieldInfoRef/2constructor-02.adoc[FieldInfoRef](t_FIELD_INFO const& target) noexcept; ---- [.small]#xref:BloombergLP/bdlar/FieldInfoRef/2constructor-02.adoc[_» more..._]# Create a field‐info reference to the specified `target` using the specified `vtable`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlar/FieldInfoRef/2constructor-04.adoc[FieldInfoRef]( void const* target, xref:BloombergLP/bdlar/FieldInfoVtable.adoc[FieldInfoVtable] const* vtable); ---- [.small]#xref:BloombergLP/bdlar/FieldInfoRef/2constructor-04.adoc[_» more..._]# == 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]#