Can you tell me what is the difference between `void operator=()` and `T& operator=()`?

后端 未结 0 329
北海茫月
北海茫月 2021-01-11 11:04

The code is like below:

class base 
{
    public:
        // base(const base&) = delete;
        base():b(16) 
            


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