Searched defs:EvaluateGreaterOrEqual (Results 1 – 1 of 1) sorted by relevance
245 struct EvaluateGreaterOrEqual struct247 template <typename T> inline bool operator() (T a, T b) const { return a >= b; } in operator ()()