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