[#BloombergLP-bdlar-SimpleTypeVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::SimpleTypeVtable :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 "simple" type category. == Synopsis Declared in `<bdlar_simpletypevtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SimpleTypeVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeVtable/Reset.adoc[`Reset`] | Function pointer type resetting a simple type to its default value. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeVtable/d_const.adoc[`d_const`] | read‐only vtable | xref:BloombergLP/bdlar/SimpleTypeVtable/d_reset_fp.adoc[`d_reset_fp`] | reset function |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#