> 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mqjyl2012.gitbook.io/algorithm/c-cpp/advanced-c++.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
