[#BloombergLP-bdlar-DynamicTypeVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::DynamicTypeVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "dynamic" type category. == Synopsis Declared in `<bdlar_dynamictypevtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DynamicTypeVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/DynamicTypeVtable/Reset.adoc[`Reset`] | Function pointer type resetting a dynamic type to its default value. | xref:BloombergLP/bdlar/DynamicTypeVtable/ValueRef.adoc[`ValueRef`] | Function pointer type returning a reference to the underlying value. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/DynamicTypeVtable/d_const.adoc[`d_const`] | read‐only vtable | xref:BloombergLP/bdlar/DynamicTypeVtable/d_reset_fp.adoc[`d_reset_fp`] | reset function | xref:BloombergLP/bdlar/DynamicTypeVtable/d_valueRef_fp.adoc[`d_valueRef_fp`] | value reference accessor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#