首页
标签
move-semantics
当向量增长时,使用 std::move 而不是复制重新分配内存的好处?
根据析构函数和移动构造函数实现移动赋值
使用移动构造函数
1
2
...
38
39
40
41
42
43