Constructors
Synopses
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;
Create a field‐info reference to the specified target using the specified vtable.
FieldInfoRef(
void const* target,
FieldInfoVtable const* vtable);
Parameters
Name |
Description |
target |
field info object to refer to |
vtable |
vtable providing accessors for |
Created with MrDocs