Search First Matching Element
InputIterator
find (InputIterator beg, InputIterator end, const T& value)
InputIterator
find_if (InputIterator beg, InputIterator end, UnaryPredicate op)
InputIterator
find_if_not (InputIterator beg, InputIterator end, UnaryPredicate op)