[boost-users] [iterator_range simple question]
28 Dec
2007
28 Dec
'07
5:45 a.m.
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. ..?
28 Dec
28 Dec
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
6166
Age (days ago)
6166
Last active (days ago)
1 comments
2 participants
participants (2)
-
chun ping wang
-
shunsuke