129
edits
Changes
→List of STL Functions:
<u>'''STL iterators'''</u>
Are supported for serial traversal. Should you use an iterator in parallel, you must be cautious to not change the data while a thread is going through the iterator.
They are defined within te the header "'''<iterator>'''" and is coded as
<pre>
#include<iterator>