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