[#BloombergLP-bdlat_SymbolicConverter_StoreInArrayElement-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter_StoreInArrayElement.adoc[bdlat_SymbolicConverter_StoreInArrayElement]::operator() :relfileprefix: ../../ :mrdocs: Assign the specified `sourceElement` to the selected array element. Return 0 on success and a non‐zero value otherwise. == Synopsis Declared in `<bdlat_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class SOURCE_ELEMENT_TYPE> int operator()(SOURCE_ELEMENT_TYPE const& sourceElement) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#