Open main menu

CDOT Wiki β

Changes

Team Darth Vector

2 bytes added, 19:35, 13 December 2017
List of STL Functions:
'''Algorithms'''
are Are supported by STL for various algorithms such as sorting, searching and accumulation. All can be found within the header "'''<algorithm>'''" . 
'''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.
129
edits