コード例 #1
0
	bool operator>(Film &f) {
		return rejting() > f.rejting();
	}
コード例 #2
0
	bool operator<(Film &f) {
		return rejting() < f.rejting();
	}