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

# C++

- [C++ 11 std::promise std::future](https://chenfeigao.gitbook.io/notes/c++/c++-11-std-promise-std-future.md)
- [条件变量（Condition Variable）的实现原理](https://chenfeigao.gitbook.io/notes/c++/tiao-jian-bian-liang-condition-variable-de-shi-xian-yuan-li.md)
- [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)
