1
0
之前介绍过std::move,今天我们就接着来说说std::forward。C++11引入了一个新特性:右值引用,这个特性可以避免不必要的拷贝从而提高性能。 std::for...
写了 8434 字,被 9 人关注,获得了 13 个喜欢