#include <functional.h>
A function object that can be used to compute the maximum between two values.
Calls std::max(a, b, Compare()).