Esempio n. 1
0
bool operator<(Time a, Time b) {
	return a.Compare(b) < 0;
}