[#BloombergLP-bdlar-CustomizedTypeVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::CustomizedTypeVtable :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 "customized type" type category. == Synopsis Declared in `<bdlar_customizedtypevtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CustomizedTypeVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeVtable/ConvertFromBaseType.adoc[`ConvertFromBaseType`] | Function pointer type converting a base value into a customized type. | xref:BloombergLP/bdlar/CustomizedTypeVtable/CreateBaseAndConvert.adoc[`CreateBaseAndConvert`] | Function pointer type creating a base value and converting it into a customized type. | xref:BloombergLP/bdlar/CustomizedTypeVtable/Reset.adoc[`Reset`] | Function pointer type resetting a customized type to its default value. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeVtable/d_const.adoc[`d_const`] | read‐only vtable | xref:BloombergLP/bdlar/CustomizedTypeVtable/d_convertFromBaseType_fp.adoc[`d_convertFromBaseType_fp`] | base converter | xref:BloombergLP/bdlar/CustomizedTypeVtable/d_createBaseAndConvert_fp.adoc[`d_createBaseAndConvert_fp`] | create and convert | xref:BloombergLP/bdlar/CustomizedTypeVtable/d_reset_fp.adoc[`d_reset_fp`] | reset function |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#