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>
struct CustomizedTypeVtable;
Type Aliases
Name |
Description |
Function pointer type converting a base value into a customized type. |
|
Function pointer type creating a base value and converting it into a customized type. |
|
Function pointer type resetting a customized type to its default value. |
Data Members
Name |
Description |
read‐only vtable |
|
base converter |
|
create and convert |
|
reset function |
Created with MrDocs