【C++】令operator= 返回一個reference to *this

這幾天看到《Effective C++》中條款10中, 令operator= 返回一個reference to *this, 說這個是協議, 並無強制性,這個協議被因此內置類型和標準程序庫提供的類型如string, vector, complex,tr::shared_ptr所接受。ios 對operator=返回值類型的討論 舉個書上的例子:web int x,y,z; x = y = z =
相關文章
相關標籤/搜索