Thrill
0.1
|
Compute the maximum of two values. This is a class, while std::max is a function.
Definition at line 54 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 57 of file functional.hpp.
References gen_data::x.