Searched defs:my_equal (Results 1 – 2 of 2) sorted by relevance
49 template <class T> struct my_equal struct52 bool operator()(const T&, const T&) const {return true;} in operator ()()