摘要: This topic describes how to write a move constructor and a move assignment operator for a C++ class. A move constructor enables you to implement move semantics, which can significantly improve the performance of your applications. For more information about move semantics, see Rvalue Reference Decla 阅读全文
posted @ 2013-10-21 22:46 avexer 阅读(408) 评论(0) 推荐(0) 编辑