BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
|
Maximum function (as template or macro). More...
Go to the source code of this file.
Functions | |
template<class T > | |
T | MAX (T x, T y) |
Maximum function (as template or macro).
|
inline |
Maximum of X and Y.
This was a macro, but I converted it to an inline function template. It returns the larger of the two arguments.