Comparison for greater than. \param x first operand \param y second operand \retval true if \a x greater than \a y \retval false else template typename enable ::type isgreater(T x, U y) { return functions::isgreater(x, y); }
source not stored for this graph (policy: none)