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
相关文章
相关标签/搜索