const and nonconst STL Iterators

Posted by Konrad on Stack Overflow See other posts from Stack Overflow or by Konrad
Published on 2008-11-21T17:36:25Z Indexed on 2010/05/04 9:58 UTC
Read the original article Hit count: 177

Filed under:
|
|
|

What is the difference between a ::const_iterator and an ::iterator and where would you use one over the other?

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl