Lesson 23. STL Algorithms
An important part of the Standard Template Library (STL) is a set of generic functions, supplied by the header <algorithm>
, that help manipulate or work with the contents of a container. In this lesson, you learn the usage of algorithms that reduce boilerplate code in helping you:
Count, search, find, copy, and remove elements from a container
Set values in a range of elements to the return value of a generator function or a predefined constant
Sort or partition elements in a range
Insert elements at the correct position ...
Get Sams Teach Yourself C++ in One Hour a Day, Eighth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.