[#BloombergLP-bdlat_SymbolicConverter_StoreInArrayElement-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter_StoreInArrayElement.adoc[bdlat_SymbolicConverter_StoreInArrayElement]::bdlat_SymbolicConverter_StoreInArrayElement :relfileprefix: ../../ :mrdocs: Create a visitor that stores into an element of the specified `array`. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bdlat_SymbolicConverter_StoreInArrayElement( ARRAY_TYPE* array, int index, /* implementation-defined */* imp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *array* | destination array to store into | *index* | element index to assign to | *imp* | conversion implementation |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#