2021-01-10

    Std.Algorithms: Existence/Finding Std.Algorithms: Existence/Finding Std.Algorithms: Existence/Finding

    Follow @hackingcpp on twitter so you don't miss any updates.

    • 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
    • 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
    • added C++20 std::ranges:: min/max algorithms
    • added std::next, std::prev
    • improved most algorithm illustrations

    Some C++20 library features might not be available in any compiler yet.