libDAI
|
Function object that returns the minimum of two values. More...
#include <dai/fo.h>
Public Member Functions | |
T | operator() (const T &x, const T &y) const |
Returns (x > y ? y : x) | |
T | operator() (const T &x, const T &y) const |
Returns (x > y ? y : x) |
Function object that returns the minimum of two values.
|
inline |
Returns (x > y ? y : x)
|
inline |
Returns (x > y ? y : x)