[#BloombergLP-balxml-Decoder_ListParser-pushCharacters] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ListParser.adoc[Decoder_ListParser]::pushCharacters :relfileprefix: ../../../ :mrdocs: Append character data from the specified iterator range `[begin, end)]`. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITERATOR> int pushCharacters( INPUT_ITERATOR begin, INPUT_ITERATOR end); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *begin* | iterator to the start of character data | *end* | iterator to one past the end of character data |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#