C++使用移動構造的注意點

了理解他,我們來看這樣一段代碼: Test.h 文件: #pragma once #include<iostream> #include<string> using namespace std; class Test { public: Test(const string& s = "hello world") :str(new string(s)) { cout << "默認構造函數" <<
相關文章
相關標籤/搜索