Boost logo

Boost Users :

From: abir basak (abirbasak_at_[hidden])
Date: 2007-12-22 05:29:30


Hi, can I use vector_slice / vector_range from uBLAS for std::vector or
std::deque ?
Or any other library can do it?
I can't use iterator based libs (like boost::range or boost::range +
step_iterator) as I want to hold view even after a few push_back &
pop_front , as long as no element gets remove from within my view
window. If elements gets removed from view window,any behavior is fine
for me .. but if the case is not so , I want the range/slice view to
hold the proper elements irrespective of iterator invalidation due to
push_back/pop_front.

Thanks
abir


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