Sort function does not work with function object created on stack?

后端 未结 5 1867
旧时难觅i
旧时难觅i 2021-01-26 17:06
#include
#include
#include
class Integer
    {
public:
    int m;
    Integer(int a):m(a){};
    };
class CompareParts
            


        
5条回答
提交回复
热议问题