48 template <
typename GUM_ELEMENT >
51 const GUM_ELEMENT& y)
const {
52 if (x > y) {
return x; }
53 if (x < y) {
return y; }
Headers of the MDDOperatorStrategy planer class.
gum is the global namespace for all aGrUM entities
const GUM_ELEMENT & operator()(const GUM_ELEMENT &x, const GUM_ELEMENT &y) const