find if « STL Algorithms Non modifying sequence operations « C++






1.Use find_if to find first element divisible by 3
2.Use find_if to find first element greater than 3
3.map: find_if
4.std::find_if with predicate
5.Find all strings that are less than 4 characters long