Boost logo

Boost Users :

From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-12-25 10:12:35


chun ping wang wrote:
> Hi I have two questions. How would I go about using iterator_range to
> construct a new boost iterator_range of specific size_type ?
> 1.)
> Like std::vector<int> v(40); // constructs 40 int objects but instead your
> giving only
>
> std::vector<int>::iterator beg(v.begin()), end(v.end()); // the range
>
> 2.) How would with combination of iterator_range modify an existing
> sequence.
>
> Like BOOST_FOREACH(int& x, v) but using boost iterator_range concept
> instead.

What do you mean "specific size_type"?
Could you show some example?

Regards,

-- 
Shunsuke Sogame

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net