Searched defs:TaskComparator (Results 1 – 1 of 1) sorted by relevance
86 struct TaskComparator { struct87 bool operator()(const Task* a, const Task* b) { in operator ()()