Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::negate is an STL functor for negation of values: it changes x to -x (and -x to x).
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.