|
|
|
|
|
|
|
|
|
|
|
|
it - words.begin()
- we can subtract one iterator from another to get a count of elements between them - because the iterator to the sequence contained in a std::vector<>
is a random access iterator.we can subtract one iterator from another to get a count of elements between them - because the iterator to the sequence contained in a std::vector<> is a random access iterator. |