Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::none_of is an STL algorithm since the C++11 standard to check if none of the elements from a container satisfy a certain predicate.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.