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);

Created with MrDocs