Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::not1 is an STL adapter to negate a predicate derived from std::unary_function. To negate a predicate derived from std::binary_function, use std::not2.
Operating system: Ubuntu 10.04 LTS Lucid Lynx
IDE: Qt Creator 2.0.0
Project type: Qt4 Console Application
Libraries used:
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.