C++11中std::move的使用

std::move is used to indicate that an object t may be "moved from", i.e. allowing the efficient transfer of resources from t to another object. In particular,std::move produces an xvalue expression th
相關文章
相關標籤/搜索