28 Dec
2007
28 Dec
'07
2:59 p.m.
chun ping wang wrote:
Does iterator_range modify the copy of the iterator (like creates a new copy) and modifys it when you modify items in iterator range or the actual container itself. ..?
iterator_range member functions are `const`, meaning that it doesn't modify its iterators. Probably I couldn't understand your simple question. Could you show any example? Regards, -- Shunsuke Sogame