std::move()
摘要:
1 #include 2 #include 3 #include 4 #include 5 int main() 6 { 7 std::string str = "Hello"; 8 std::vector v; 9 10 // uses the push_bac... 阅读全文
posted @ 2015-11-19 22:09 追寻前人的脚步 阅读(385) 评论(0) 推荐(0) 编辑
posted @ 2015-11-19 22:09 追寻前人的脚步 阅读(385) 评论(0) 推荐(0) 编辑