[#BloombergLP-bdlar-CustomizedTypeConstVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::CustomizedTypeConstVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying methods with read‐only access 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 CustomizedTypeConstVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeConstVtable/BaseCategory.adoc[`BaseCategory`] | Function pointer type returning the type category of the base type. | xref:BloombergLP/bdlar/CustomizedTypeConstVtable/ConvertToBaseType.adoc[`ConvertToBaseType`] | Function pointer type converting a customized type to its base type. | xref:BloombergLP/bdlar/CustomizedTypeConstVtable/XsdName.adoc[`XsdName`] | Function pointer type returning the XSD name of a customized type. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/CustomizedTypeConstVtable/d_baseCategory_fp.adoc[`d_baseCategory_fp`] | base type category | xref:BloombergLP/bdlar/CustomizedTypeConstVtable/d_convertToBaseType_fp.adoc[`d_convertToBaseType_fp`] | base type converter | xref:BloombergLP/bdlar/CustomizedTypeConstVtable/d_xsdName_fp.adoc[`d_xsdName_fp`] | XSD name accessor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#