First page
Back
Continue
Last page
Graphics
find_if(b, e, p)
Looks for a value in the range [b,e).
Looks for values that cause p(elem) to be true.
see find2.cpp for an example.