BloombergLP::balxml::Decoder_ListParser::pushCharacters

Append character data from the specified iterator range [begin, end)].

Synopsis

Declared in <balxml_decoder.h>

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

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
beginiterator to the start of character data
enditerator to one past the end of character data