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