Encode the specified array object as repeated elements using the specified tag and formattingMode.
Declared in <balxml_encoder.h>
template<class TYPE>
int
executeArrayRepetitionImp(
TYPE const& object,
std::string_view const& tag,
int formattingMode);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| object | array value to encode by repetition |
| tag | XML element tag |
| formattingMode | formatting mode for each element |