您当前的位置: 首页 >  c++
  • 0浏览

    0关注

    1477博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

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

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

下面的没错

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