Searched defs:greater_equal (Results 1 – 3 of 3) sorted by relevance
83 struct greater_equal { struct86 [[nodiscard]] constexpr bool operator()(_Tp &&__t, _Up &&__u) const in operator()91 using is_transparent = void;
232 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct235 operator()(const _Tp& __x, const _Tp& __y) const in operator()
202 struct greater_equal : public binary_function<_Tp,_Tp,bool> struct204 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } in operator()