Searched defs:less_equal (Results 1 – 3 of 3) sorted by relevance
67 struct less_equal struct
59 struct less_equal : public binary_function<_Tp, _Tp, bool> { struct60 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