
28 Sep
2004
28 Sep
'04
9:20 p.m.
"Gennadiy Rozental" <gennadiy.rozental@thomson.com> wrote in message news:cjcit7$dpe$1@sea.gmane.org... | Token iterator construction based on two iterators IMO is useful only for | istream tokenization. I do provide this interface but as stand alone class. I think I disagree. Consider the match of some regular expression applied to a each line in a file. If you then want to tokenize each macth, then you don't want copy strings around but work on a view. br Thorsten