Std.Algorithms: Existence/Finding Std.Algorithms: Existence/Finding Std.Algorithms: Existence/Finding
Follow @hackingcpp on twitter so you don't miss any updates.
Redesigned/New Articles
Standard Library Finding Algorithms
- example-based introduction with illustrations
- find the positions of specific elements in a range
- find subranges in ranges
- find runs of identical elements
- includes C++20
std::ranges::
algorithms
Standard Library Existence Queries
- example-based introduction with illustrations
- test if a function is true for any, all or none of the elements in a range
- count values or elements for which a function is true
- includes C++20
std::ranges::
algorithms
Article Updates
Standard Library min/max Algorithms
- added C++20
std::ranges::
min/max algorithms
Container Traversal
- added
std::next
,std::prev
Standard Library Algorithms Overview
- improved most algorithm illustrations
Some C++20 library features might not be available in any compiler yet.