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