wenfh2020 / wenfh2020.github.io

make blog : github + jekyll
MIT License
4 stars 3 forks source link

[stl 源码分析] 通过 std::string 分析 std::move 作用(C++11) #155

Open wenfh2020 opened 2 years ago

wenfh2020 commented 2 years ago

https://wenfh2020.com/2022/04/08/stl-string-move/

std::move 顾名思义:移动。本章将通过走读 C++11 的 std::string 源码,分析移动语义的作用:避免数据拷贝,提高程序性能。

Cstardust commented 2 years ago

我是不是无意间进了个大佬的博客。。。看了您的博客觉得好厉害。。