您当前的位置: 首页 >  c++

C++ std::set find 错误 operator中不能有<=

软件工程小施同学 发布时间:2021-10-20 09:43:49 ,浏览量:4

下面的没错

#include 
#include 
using namespace std;
 
class stru{
	public:
   	 	stru(int a, int b): x(a), y(b){}
		int x;
   	 	int y;
};
 
bool operator            
关注
打赏
1688896170
查看更多评论
0.2823s