[#BloombergLP-balxml-Decoder_ParseObject-executeArrayImp-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseObject.adoc[Decoder_ParseObject]::executeArrayImp :relfileprefix: ../../../ :mrdocs: Parse the visited array element into the specified `object`. == Synopses Declared in `<balxml_decoder.h>` Parse the visited array element into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayImp-00.adoc[executeArrayImp]( TYPE* object, int formattingMode, xref:BloombergLP/balxml/Decoder_ParseObject.adoc[CanBeListOrRepetition] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayImp-00.adoc[_» more..._]# Parse the visited array element into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayImp-0a.adoc[executeArrayImp]( TYPE* object, int formattingMode, xref:BloombergLP/balxml/Decoder_ParseObject.adoc[CanBeRepetitionOnly] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeArrayImp-0a.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *formattingMode* | formatting mode for the element | *category* | bdlat type‐category tag selecting this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#