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_hexparser.h>

template<class INPUT_ITERATOR>
int
pushCharacters(
    INPUT_ITERATOR begin,
    INPUT_ITERATOR end);

Created with MrDocs