Searched defs:generic_operator_less (Results 1 – 1 of 1) sorted by relevance
178 struct generic_operator_less struct181 bool operator()(const T& x,const Q& y)const{return x<y;} in operator ()()