Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::find_first_of is an STL algorithm similar to std::find, except that it finds a value from a collection of values.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.