Boost logo

Boost :

Subject: Re: [boost] [Range] Composite Range
From: Eric MALENFANT (Eric.Malenfant_at_[hidden])
Date: 2010-10-06 09:04:07


De : Robert Jones
>
> Is there any facility supported in Boost to provide a 'composite'
> range?
> I.e., a range
> that might be a vector, followed by a bit of list, followed by a pair
> of
> iterators? I guess
> the iterator classification of such a range would be the lowest common
> denominator of
> the classifications of all the component iterators, and I don't even
> want to
> think about
> how sort() would work, but it might be quite handy.
>

Do you mean "join"? http://www.boost.org/doc/libs/1_43_0/libs/range/doc/html/range/reference/utilities/join.html


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk