Changes

Jump to: navigation, search

Team Darth Vector

325 bytes added, 19:04, 13 December 2017
no edit summary
===List of STL Functions:===
'''Containers Comparison'''
 
'''Containers'''
'''Algorithms'''
'''STL iterators'''
STL iterators 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 header "'''<iterator>'''" and is coded as <pre>
#include<iterator>
foo(){
 
for(auto i = myVector.begin(); i < myVector.end(); i++){
bar();
}
 
}
 
'''Containers'''
===List of TBB containers:===
129
edits

Navigation menu