> For the complete documentation index, see [llms.txt](https://mqjyl2012.gitbook.io/algorithm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mqjyl2012.gitbook.io/algorithm/c-cpp/advanced-c++.md).

# C++高级特性

这部分类型包括两部分：

1. C++的高级语法；
2. C++11\C++14\C++17中提出的新特性。

出现的高级概念和名词包括：型别、lambda表达式、智能指针、移动语义、完美转发、函数对象、模板特化/偏特化/范围偏特化、类型萃取、静态绑定和动态绑定、模板的模板参数、不定模板参数等。

参考：[链接1——lambda](https://www.jianshu.com/p/d686ad9de817)
