|
|
|
|
|
by mpyne
4324 days ago
|
|
> Why do I even need to know about them when all I want is walk through the collection? Because there are algorithms where you may not want to walk through the whole collection. STL wasn't meant to be a container library alone, it also includes many generic algorithms that work using iterators to delimit the range of data to be operated upon. |
|