# C++

- [C++11 std::ref](https://chenfeigao.gitbook.io/notes/c++/c++11-std-ref.md)
- [C++11 std::function](https://chenfeigao.gitbook.io/notes/c++/c++11-std-function.md)
- [C++ 类对象的内存布局](https://chenfeigao.gitbook.io/notes/c++/c++-lei-dui-xiang-de-nei-cun-bu-ju.md)
- [C++ 多态和虚函数表](https://chenfeigao.gitbook.io/notes/c++/c++-duo-tai-he-xu-han-shu-biao.md)
- [std::tie 和 std::tuple std::ignore](https://chenfeigao.gitbook.io/notes/c++/stdtie-he-stdtuple-stdignore.md)
- [C++11 std::move](https://chenfeigao.gitbook.io/notes/c++/c++11-std-move.md)
- [x86\_64架构编程](https://chenfeigao.gitbook.io/notes/c++/x8664-jia-gou-bian-cheng.md)
- [C++11 新特性alignof alignas std::aligned\_storage std::align](https://chenfeigao.gitbook.io/notes/c++/c++11-xin-te-xing-alignof-alignas-stdalignedstorage-stdalign.md)
- [C++匿名命名空间](https://chenfeigao.gitbook.io/notes/c++/c++-ni-ming-ming-ming-kong-jian.md)
- [C++11 新特性 constexpr](https://chenfeigao.gitbook.io/notes/c++/c++11-xin-te-xing-constexpr.md)
- [C++11 新特性 final](https://chenfeigao.gitbook.io/notes/c++/c++11-xin-te-xing-final.md)
- [C++11 禁止copy和assign](https://chenfeigao.gitbook.io/notes/c++/c++11-jin-zhi-copy-he-assign.md)
- [C++11 新特性 noexcept](https://chenfeigao.gitbook.io/notes/c++/c++11-xin-te-xing-noexcept.md)


---

# Agent Instructions: 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://chenfeigao.gitbook.io/notes/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.
