First page Back Continue Last page Graphics
STL: Algorithms cont.
STL provides several standard algorithms for the processing ov elements of collections. These algorithms offer general fundamental services, such as searching, sorting, copying, reordering, modifying, and numeric processing.
Algorithms are not member functions of the container classes. Instead they are global functions that operate with iterators.