关于在结构体内的运算符重置 以重置 小于号(<) 为例 如以下代码 struct node { int temp bool operator < (const node x){ return temp < x.temp; } } 其他运算符以此类推