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>
struct DynamicTypeConstVtable;
Type Aliases
Name |
Description |
Function pointer type returning the runtime type category of a dynamic type. |
|
Function pointer type returning a const reference to the underlying value. |
|
Function pointer type returning the XSD name of a dynamic type. |
Data Members
Name |
Description |
type category accessor |
|
const value reference accessor |
|
XSD name accessor |
Created with MrDocs