Which operators should I implement in my class?

后端 未结 0 717
遇见更好的自我
遇见更好的自我 2020-11-22 14:37

I have created my own class like this:

template
class ball
{
    T size;
    T price;
};

Now I want to support comparing two b

相关标签:
回答
  • 消灭零回复
提交回复
热议问题