首页 新闻 会员 周边
0
回答数

待解决问题 50 继承关系中的小于号重载问题

1 struct SRule 2 { 3 uint32_t rule_id; 4 5 SRule() : rule_id(0) {} 6 virtual ~SRule() {} 7 bool oper