Overview
Nonmodifying Algorithms neither change the order nor the value of the elements they process. They operate with input and forward iterators; therefore, you can call them for all standard containers.Section Pages
Performs an operation for each element
Searches for the first element with the passed value
Searches for the first element that matches a criterion
Searches for two adjacent elements that are equal (by some criterion)
Searches the first of several possible elements
Count appearances of value in range
Return first position where two ranges differ
Test whether two ranges are equal
Searches for the first occurrence of a subrange
Searches for the first n consecutive elements with certain properties
Returns the number of elements that match a criterion
Searches for the last occurrence of a subrang