![[Dept of Engineering]](http://www.eng.cam.ac.uk/images/house_style/engban-s.gif)
find_if algorithm can find items that
conform to a particular condition as specified by a function.
A predicate is a function object (an object that behaves like a function)
that returns a bool showing whether or not an item matches the
condition.