コード例 #1
0
ファイル: TimeDate.cpp プロジェクト: dreamsxin/ultimatepp
bool operator<(Date a, Date b) {
	return a.Compare(b) < 0;
}