Exemplo n.º 1
0
struct LocationDescPred { bool operator () (const ThreadInfo &a, const ThreadInfo &b) {
	return a.getLocation() > b.getLocation();
} };
Exemplo n.º 2
0
 bool operator () (const ThreadInfo &a, const ThreadInfo &b) {
     return a.getLocation() > b.getLocation();
 }