Thrill
0.1
|
Compute the minimum of two values. This is a class, while std::min is a function.
Definition at line 65 of file functional.hpp.
Inherits binary_function< T, T, T >.
#include <functional.hpp>
Public Member Functions | |
const T & | operator() (const T &x, const T &y) const |
Definition at line 68 of file functional.hpp.
References gen_data::x.