[#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 the element at the specified `index` of the specified `array` using the specified conversion `imp`. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bdlat_SymbolicConverter_StoreInArrayElement( ARRAY_TYPE* array, int index, /* implementation-defined */* imp); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#