Constructors
Declared in <bdlar_fieldinfo.h>
Create a field-info reference to the specified target.
template<FieldInfo t_FIELD_INFO>
FieldInfoRef(t_FIELD_INFO const& target) noexcept;
» more...
Create a field-info reference to the specified target using the specified vtable.
FieldInfoRef(
void const* target,
FieldInfoVtable const* vtable);
» more...