Create a visitor that stores into an element of the specified array.
Declared in <bdlat_symbolicconverter.h>
bdlat_SymbolicConverter_StoreInArrayElement(
ARRAY_TYPE* array,
int index,
/* implementation-defined */* imp);
| Name | Description |
|---|---|
| array | destination array to store into |
| index | element index to assign to |
| imp | conversion implementation |