Searched defs:equal_to (Results 1 – 2 of 2) sorted by relevance
65 struct equal_to : public binary_function<_Tp, _Tp, bool> { struct66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } in operator()
160 _Tp > struct equal_to: struct