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