Пример #1
0
struct LocationDescPred { bool operator () (const ThreadInfo &a, const ThreadInfo &b) {
	return a.getLocation() > b.getLocation();
} };
Пример #2
0
 bool operator () (const ThreadInfo &a, const ThreadInfo &b) {
     return a.getLocation() > b.getLocation();
 }