[#BloombergLP-bdlar-DynamicTypeConstVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::DynamicTypeConstVtable :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 "dynamic" type category. == Synopsis Declared in `<bdlar_dynamictypevtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DynamicTypeConstVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/DynamicTypeConstVtable/TypeCategory.adoc[`TypeCategory`] | Function pointer type returning the runtime type category of a dynamic type. | xref:BloombergLP/bdlar/DynamicTypeConstVtable/ValueRef.adoc[`ValueRef`] | Function pointer type returning a const reference to the underlying value. | xref:BloombergLP/bdlar/DynamicTypeConstVtable/XsdName.adoc[`XsdName`] | Function pointer type returning the XSD name of a dynamic type. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/DynamicTypeConstVtable/d_typeCategory_fp.adoc[`d_typeCategory_fp`] | type category accessor | xref:BloombergLP/bdlar/DynamicTypeConstVtable/d_valueRef_fp.adoc[`d_valueRef_fp`] | const value reference accessor | xref:BloombergLP/bdlar/DynamicTypeConstVtable/d_xsdName_fp.adoc[`d_xsdName_fp`] | XSD name accessor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#