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