48 template <
class GUM_SCALAR >
50 return x >= y ? x : y;
53 template <
class GUM_SCALAR >
55 return x <= y ? x : y;
58 template <
class GUM_SCALAR >
60 const GUM_SCALAR& y)
const {
61 return x.first >= y.first ? x : y;
This files contains several function objects that are not (yet) defined in the STL.
gum is the global namespace for all aGrUM entities
GUM_SCALAR operator()(const GUM_SCALAR &x, const GUM_SCALAR &y) const
GUM_SCALAR operator()(const GUM_SCALAR &x, const GUM_SCALAR &y) const
GUM_SCALAR operator()(const GUM_SCALAR &x, const GUM_SCALAR &y) const