From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-03-19 14:07:14


Has anyone tried to make an iterator adaptor to concatenate two
iterators?

I'm thinking about something that takes as args b1, e1, b2, where b1
is the beginning or range1, e1 is the end, and b2 is the beginning of
range2. Dereferencing would first iterate through [b1...e1) and then
[b2...)