Searched defs:generic_operator_equal (Results 1 – 1 of 1) sorted by relevance
167 struct generic_operator_equal struct170 bool operator()(const T& x,const Q& y)const{return x==y;} in operator ()()