[#BloombergLP-balxml-Base64Parser-pushCharacters] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Base64Parser.adoc[Base64Parser]::pushCharacters :relfileprefix: ../../../ :mrdocs: Push the characters ranging from the specified `begin` up to (but not including) the specified `end` into this parser. Return 0 if successful and non‐zero otherwise. The parameterized `INPUT_ITERATOR` must be dereferenceable to a `char` value. The behavior is undefined unless an object is associated with this parser. == Synopsis Declared in `<balxml_base64parser.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITERATOR> int pushCharacters( INPUT_ITERATOR begin, INPUT_ITERATOR end); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#