コード例 #1
0
ファイル: threadlist.cpp プロジェクト: VerySleepy/verysleepy
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();
 }