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