Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
STL algorithm for searching a single element in a container. It is similar to std::search, except that std::search searches for a sequence of elements.
The use of a functor extends the functionality of std::find.
#include <vector> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.