Hi, There is realy no magic there. You just need to realize, that you are not getting a string, rather a range. Range is a generalization of a pair of iterators. In case of split_iterator, these iterators point to first and one past the last character of the current token. Example can be found in /boost/libs/algorithm/string/example/split_example.cpp Regards, Pavol. Meryl Silverburgh wrote:
hi,
Can someone please tell me where I can find example of split_iteratorstring::iterator
If I have 2 split_iteratorstring::iterators, how can I compare the 2 strings that the split_iterator pointing to?
Thank you. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users