得到的为:1,2,3,4,5,6,7,8,9,10; 如果<是下面方式重载的话 得到的结果为:10,9,8,7,6,5,4,3,2,1 bool operator <(const data1&a)const { return num template<typename _Tp> struct greater : public binary_function<_Tp, _Tp, bool> { _GLIBCXX14_CONSTEXPR bool operator()(const _Tp...
参考:priority_queue在结构体中的使用_priority_queue 结构体-CSDN博客