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);

Created with MrDocs