[#BloombergLP-bdlat_SymbolicConverter_StoreInArrayElement] = xref:BloombergLP.adoc[BloombergLP]::bdlat_SymbolicConverter_StoreInArrayElement :relfileprefix: ../ :mrdocs: Assign the value of the visited object to the `d_index`th element inside `d_array_p`. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARRAY_TYPE> class bdlat_SymbolicConverter_StoreInArrayElement; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_SymbolicConverter_StoreInArrayElement/2constructor.adoc[`bdlat_SymbolicConverter_StoreInArrayElement`] [.small]#[constructor]# | Create a visitor that stores into the element at the specified `index` of the specified `array` using the specified conversion `imp`. | xref:BloombergLP/bdlat_SymbolicConverter_StoreInArrayElement/operator_call.adoc[`operator()`] | Assign the specified `sourceElement` to the selected array element. Return 0 on success and a non‐zero value otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#