Searched defs:greater_equal (Results 1 – 3 of 3) sorted by relevance
67 struct greater_equal struct
54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } in operator()
99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator