Click here to Skip to main content
15,892,298 members
Articles / Programming Languages / C++

Stable Iterators for C++ Vectors and Why You Need Them

Rate me:
Please Sign up or sign in to vote.
3.76/5 (6 votes)
21 Mar 2016MIT3 min read 15.7K   139   10  
A vector iterator that facilitates the replacement of slow lists with fast vectors, as Bjarne decreed.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions