Searched defs:JobComparer (Results 1 – 1 of 1) sorted by relevance
110 struct JobComparer { struct111 bool operator()(const Job& left, const Job& right) { in operator()