BloombergLP::balxml::Encoder_EncodeObject::executeArrayRepetitionImp

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

NameDescription
objectarray value to encode by repetition
tagXML element tag
formattingModeformatting mode for each element