{"id":13613997,"url":"https://github.com/0voice/cpp_new_features","last_synced_at":"2025-05-14T15:07:23.840Z","repository":{"id":37384616,"uuid":"384306145","full_name":"0voice/cpp_new_features","owner":"0voice","description":"2021年最新整理， C++ 学习资料，含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等","archived":false,"fork":false,"pushed_at":"2022-06-08T00:28:04.000Z","size":3315,"stargazers_count":5484,"open_issues_count":11,"forks_count":1156,"subscribers_count":91,"default_branch":"main","last_synced_at":"2025-04-12T20:43:42.275Z","etag":null,"topics":["cpp","cpp11","cpp14","cpp17","cpp20","cpp98"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0voice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-09T03:04:23.000Z","updated_at":"2025-04-12T13:52:41.000Z","dependencies_parsed_at":"2022-07-10T16:02:58.636Z","dependency_job_id":null,"html_url":"https://github.com/0voice/cpp_new_features","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0voice%2Fcpp_new_features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0voice%2Fcpp_new_features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0voice%2Fcpp_new_features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0voice%2Fcpp_new_features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0voice","download_url":"https://codeload.github.com/0voice/cpp_new_features/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169654,"owners_count":22026213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","cpp11","cpp14","cpp17","cpp20","cpp98"],"created_at":"2024-08-01T20:00:55.595Z","updated_at":"2025-05-14T15:07:23.784Z","avatar_url":"https://github.com/0voice.png","language":"C++","readme":"\n# 🌞🌞🌞 2021年最新整理， C++ 学习资料，含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等\n\u003cbr\u003e\n\n\u003cdiv align=center\u003e\n\t\n\u003cimg width=\"70%\" height=\"70%\" src=\"https://user-images.githubusercontent.com/87457873/134297801-d13053cc-0a5d-4efd-9f02-9343b513fc33.png\"/\u003e\n\t\n## 🚀 直达  [（# C++11）](#cpp_11) [（# C++14）](#cpp_14) [（# C++17）](#cpp_17) [（# C++20）](#cpp_20) [（# C++23）](#cpp_23)\n\n\u003cbr\u003e\n\n\u003c/div\u003e\n\n# 🔥🔥🔥 [【重磅推荐收藏：C++ 参考手册】](https://c-cpp.com/cpp) - 11~20你想要查的，他都有\n\n# 🌋 C++ 发展历程\n\n* C++ 编程语言的历史可以追溯到 **1979 年**，当时 Bjarne Stroustrup 为博士学位论文进行了一些开发。在 Stroustrup 可以使用的所有语言中，有一种被称为 Simula 的语言，顾名思义，它可能是一种主要为仿真而设计的语言。Simula 67 语言是 Stroustrup 使用的变体，被认为是支持面向对象编程范例的主要语言。Stroustrup 发现这种范例对包装开发很有帮助。但是，Simula 语言对于实践和实际使用而言太慢了。\n随后不久，Bjarne Stroustrup 希望通过支持面向对象范例来增强 C。他深入研究了 Smalltalk 的 OO 实现，以获取有关实现的想法。但是他不愿意为此放弃性能，因此他开始从事 “C with Classes (带有类的 C）” 的工作，希望 C++ 代码运行时应具有与 C 代码相似（或更好）的性能。\n\n* **1983 年**，语言的名称从 “带有类的 C” 更改为 C++。C 语言中的 ++ 运算符是用于递增变量的运算符，它使您可以深入了解 Stroustrup 如何看待该语言。在此期间添加了许多新功能，其中最引人注目的是虚函数，函数重载，带有＆符号的引用，const 关键字和使用两个正斜杠的单行注释。\n\n* **1985 年**，Stroustrup 出版了名为*“C++ 编程语言” 的书籍*。同年，C++ 被实现为商业产品。该语言尚未正式标准化，因此使该书成为非常重要的参考。该语言在 1989 年再次进行了更新，以包括受保护的成员和静态成员，以及从多个类的继承。\n\n* **1990 年**，发行了*《带注释的 C++ 参考手册*》。同年，Borland 的 Turbo C++ 编译器将作为商业产品发布。Turbo C++ 添加了许多其他库，这些库会对 C++ 的开发产生相当大的影响。尽管 Turbo C++ 的最后一个稳定版本是 2006 年，但该编译器仍被广泛使用。\n\n* **1998 年**，C++ 标准委员会发布了第一个 C++ ISO / IEC 14882：1998 国际标准，其非正式名称为 C++ 98。据说*《带注释的 C++ 参考手册*》对标准的制定产生了很大的影响。还包括标准模板库，该模板库于 1979 年开始概念开发。2003 年，该委员会对 1998 年标准所报告的多个问题做出了回应，并对其进行了相应的修订。更改的语言称为 C++ 03。\n\n* **2005 年**，C++ 标准委员会发布了一份技术报告（称为 TR1），详细介绍了他们计划添加到最新 C++ 标准中的各种功能。新标准被非正式地称为 C++ 0x，因为它有望在第一个十年结束之前的某个时间发布。具有讽刺意味的是，新标准要到 2011 年年中才会发布。直到那时为止，已经发布了几份技术报告，并且一些编译器开始为新功能添加实验性支持。\n\n* **2011 年中**，新的 C++ 标准（称为 C++ 11）完成。Boost 库项目对新标准产生了重大影响，其中一些新模块直接来自相应的 Boost 库。一些新功能包括正则表达式支持，全面的随机化库，新的 C++ 时间库，原子支持，标准线程库 ，一种新的 for 循环语法，提供的功能类似于某些其他语言中的 foreach 循环，auto 关键字，新的容器类，对联合和数组初始化列表以及可变参数模板的更好支持。\n\n* **2014 年**，C++ 14（也称为 C++ 1y）作为 C++11 的一个小扩展发布，主要功能是错误修复和小的改进，国际标准投票程序草案于 2014 年 8 月中完成，加强 lambda 函数，constexpr 和类型推导特性。\n\n* **2017 年**，发布 C17 标准，C17 提供了很多东西。增强了核心语言和库。\n\n* **2020 年**，发布 C++20 标准，推出了很多重量级功能，其中比较重要的有：\n\n  - Concepts：概念改变了我们思考和编程模板的方式。它们是模板参数的语义类别。它们使您可以直接在类型系统中表达您的意图。如果出了什么问题，您会收到清晰的错误消息。\n  - Ranges library：新的 ranges 库使它可以直接在容器上执行算法，用管道符号组成算法，并将其应用于无限数据流。\n  - Coroutines：由于协程，C++ 中的异步编程成为主流。协程是协作任务，事件循环，无限数据流或管道的基础。\n  - Modules：模块克服了头文件的限制。头文件和源文件的分离变得和预处理器一样过时了。最后，我们有更快的构建时间和更轻松的构建软件包的方法。\n  - Concurrency：Atomic Smart Pointers,Joining \u0026 Cancellable Threads,The C20 Synchronization Library，增强了 C++ 并发编程能力；\n\u003c/br\u003e\n\n---\n\n\n# 🚪 入门教程 \n### [C++ 入门教程（41课时） - 阿里云大学](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md)\n* [C++ 教程](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%99%E7%A8%8B)\n* [C++ 简介](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E7%AE%80%E4%BB%8B)\n* [C++ 环境设置](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E7%8E%AF%E5%A2%83%E8%AE%BE%E7%BD%AE)\n* [C++ 基本语法](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%9F%BA%E6%9C%AC%E8%AF%AD%E6%B3%95)\n* [C++ 注释](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%B3%A8%E9%87%8A)\n* [C++ 数据类型](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B)\n* [C++ 变量类型](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%8F%98%E9%87%8F%E7%B1%BB%E5%9E%8B)\n* [C++ 变量作用域](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%8F%98%E9%87%8F%E4%BD%9C%E7%94%A8%E5%9F%9F)\n* [C++ 常量](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%B8%B8%E9%87%8F)\n* [C++ 修饰符类型](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E4%BF%AE%E9%A5%B0%E7%AC%A6%E7%B1%BB%E5%9E%8B)\n* [C++ 存储类](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%AD%98%E5%82%A8%E7%B1%BB)\n* [C++ 运算符](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E8%BF%90%E7%AE%97%E7%AC%A6)\n* [C++ 循环](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%BE%AA%E7%8E%AF)\n* [C++ 判断](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%88%A4%E6%96%AD)\n* [C++ 函数](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%87%BD%E6%95%B0)\n* [C++ 数字](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%B0%E5%AD%97)\n* [C++ 数组](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%B0%E7%BB%84)\n* [C++ 字符串](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%AD%97%E7%AC%A6%E4%B8%B2)\n* [C++ 指针](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%8C%87%E9%92%88)\n* [C++ 引用](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%BC%95%E7%94%A8)\n* [C++ 日期 \u0026 时间](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%97%A5%E6%9C%9F--%E6%97%B6%E9%97%B4)\n* [C++ 基本的输入输出](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%9F%BA%E6%9C%AC%E7%9A%84%E8%BE%93%E5%85%A5%E8%BE%93%E5%87%BA)\n* [C++ 数据结构](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84)\n* [C++ 类 \u0026 对象](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E7%B1%BB--%E5%AF%B9%E8%B1%A1)\n* [C++ 继承](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E7%BB%A7%E6%89%BF)\n* [C++ 重载运算符和重载函数](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E9%87%8D%E8%BD%BD%E8%BF%90%E7%AE%97%E7%AC%A6%E5%92%8C%E9%87%8D%E8%BD%BD%E5%87%BD%E6%95%B0)\n* [C++ 多态](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%A4%9A%E6%80%81)\n* [C++ 数据抽象](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%B0%E6%8D%AE%E6%8A%BD%E8%B1%A1)\n* [C++ 数据封装](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%95%B0%E6%8D%AE%E5%B0%81%E8%A3%85)\n* [C++ 接口（抽象类）](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%8E%A5%E5%8F%A3%E6%8A%BD%E8%B1%A1%E7%B1%BB)\n* [C++ 文件和流](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%96%87%E4%BB%B6%E5%92%8C%E6%B5%81)\n* [C++ 异常处理](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86)\n* [C++ 动态内存](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%8A%A8%E6%80%81%E5%86%85%E5%AD%98)\n* [C++ 命名空间](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%91%BD%E5%90%8D%E7%A9%BA%E9%97%B4)\n* [C++ 模板](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%A8%A1%E6%9D%BF)\n* [C++ 预处理器](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E9%A2%84%E5%A4%84%E7%90%86%E5%99%A8)\n* [C++ 信号处理](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E4%BF%A1%E5%8F%B7%E5%A4%84%E7%90%86)\n* [C++ 多线程](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E5%A4%9A%E7%BA%BF%E7%A8%8B)\n* [C++ Web 编程](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-web-%E7%BC%96%E7%A8%8B)\n* [C++ STL 教程](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-stl-%E6%95%99%E7%A8%8B)\n* [C++ 标准库](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%20%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B%EF%BC%8841%E8%AF%BE%E6%97%B6%EF%BC%89%20-%20%E9%98%BF%E9%87%8C%E4%BA%91%E5%A4%A7%E5%AD%A6.md#c-%E6%A0%87%E5%87%86%E5%BA%93)\n\n### [C++ 学习笔记](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md)\n\n* [一、基础知识](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md#%E4%B8%80%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86)\n  * 1、goto 语句(不建议使用)\n  * 2、一维数组\n  * 3、二维数组\n  * 4、函数中的值传递\n  * 5、函数的声明\n  * 6、函数的分文件编写\n  * 7、指针\n    * 7.1 指针的基本概念\n    * 7.2 指针变量的定义和使用\n    * 7.3 指针所占内存空间\n    * 7.4 空指针和野指针\n    * 7.5 const修饰指针\n    * 7.6 指针和数组\n    * 7.7 指针和函数\n    * 7.8 指针、数组、函数\n  * 8、结构体\n    * 8.1 结构体基本概念\n    * 8.2 结构体定义和使用\n    * 8.3 结构体数组\n    * 8.4 结构体指针\n    * 8.5 结构体嵌套结构体\n    * 8.6 结构体做函数参数\n    * 8.7 结构体中 const使用场景\n* [二、核心编程](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0.md#%E4%BA%8C%E6%A0%B8%E5%BF%83%E7%BC%96%E7%A8%8B)\n  * 1、内存分区模型\n    * 1.1 程序运行前\n    * 1.2 程序运行后\n    * 1.3 new操作符\n  * 2、引用\n    * 2.1 引用的基本使用\n    * 2.2 引用注意事项\n    * 2.3 引用做函数参数\n    * 2.4 引用做函数返回值\n    * 2.5 引用的本质\n    * 2.6 常量引用\n  * 3、函数\n    * 3.1 函数默认参数\n    * 3.2 函数占位参数\n    * 3.3 函数重载\n\n# 📚 书籍推荐\n\n* [《深入理解C++11：C++11新特性解析与应用》](https://www.aliyundrive.com/s/LKc1X2mL9G9)\n* [《C++入门经典（第10版）》](https://book.douban.com/subject/30247747/)\n* [《C++ Primer Plus 第6版 中文版(异步图书出品)》](https://www.epubit.com/bookDetails?id=UB7209840d845c9)\n* [《清华计算机图书译丛：精通C++（第9版）》](https://item.jd.com/12432130.html)\n* [《C++高级编程(第4版)》](http://www.tup.tsinghua.edu.cn/booksCenter/book_07894801.html)\n* [《C++游戏编程入门（第4版）(异步图书出品)》](https://item.jd.com/13265350.html)\n* [《STL源码剖析》](https://book.douban.com/subject/1110934/)\n* [《C++程序设计:原理与实践(基础篇)(原书第2版)》](https://book.douban.com/subject/27023080/)\n* [《Accelerated C++中文版》](https://book.douban.com/subject/2280545//)\n* [《C++编程思想(两卷合订本)》](https://book.douban.com/subject/6558198/)\n* [《中文版Effective STL:50条有效使用STL的经验》](https://book.douban.com/subject/1792179/)\n* [《C++编程剖析:问题、方案和设计准则》](https://book.douban.com/subject/5367371/)\n* [《C++ Templates中文版》](https://book.douban.com/subject/1144020/)\n* [《C++设计新思维》](https://book.douban.com/subject/1103566/)\n* [《C++模板元编程》](https://book.douban.com/subject/4136223/)\n* [《C++并发编程实战》](https://book.douban.com/subject/26386925/)\n* [《C++程序设计语言(第1-3部分)(原书第4版)》](https://book.douban.com/subject/26857943/)\n* [《C++标准库(第2版)》](https://book.douban.com/subject/26419721/)\n* [《Essential C++》](https://book.douban.com/subject/24868427/)\n* [《C++ 语言的设计与演化》](https://book.douban.com/subject/1096216/)\n* [《深度探索C++ 对象模型》](https://book.douban.com/subject/1091086/)\n* [《泛型编程与STL》](https://book.douban.com/subject/1241423/)\n\n# 📰 文章推荐\n* [每个c++开发人员都应该使用的10个c++11特性](https://github.com/0voice/cpp_new_features/blob/main/%E6%AF%8F%E4%B8%AAc%2B%2B%E5%BC%80%E5%8F%91%E4%BA%BA%E5%91%98%E9%83%BD%E5%BA%94%E8%AF%A5%E4%BD%BF%E7%94%A8%E7%9A%8410%E4%B8%AAc%2B%2B%2011%E7%89%B9%E6%80%A7.md)\n* [在c++项目中你必须真正使用的15个c++11特性](https://github.com/0voice/cpp_new_features/blob/main/%E5%9C%A8c%2B%2B%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%A0%E5%BF%85%E9%A1%BB%E7%9C%9F%E6%AD%A3%E4%BD%BF%E7%94%A8%E7%9A%8415%E4%B8%AAc%2B%2B%E7%89%B9%E6%80%A7.md)\n* [如何在 C++11 中使用 Lambda 表达式](https://github.com/0voice/cpp_new_features/blob/main/%E5%A6%82%E4%BD%95%E5%9C%A8%20C%2B%2B11%20%E4%B8%AD%E4%BD%BF%E7%94%A8%20Lambda%20%E8%A1%A8%E8%BE%BE%E5%BC%8F.md)\n* [深入理解C++11](https://github.com/0voice/cpp_new_features/blob/main/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3C%2B%2B11.md)\n* [吐血整理：C++11新特性](https://github.com/0voice/cpp_new_features/blob/main/%E5%90%90%E8%A1%80%E6%95%B4%E7%90%86%EF%BC%9AC%2B%2B11%E6%96%B0%E7%89%B9%E6%80%A7.md)\n* [C++11新特性之auto和decltype知识点](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7%E4%B9%8Bauto%E5%92%8Cdecltype%E7%9F%A5%E8%AF%86%E7%82%B9)\n* [C++11新特性之左值引用、右值引用、移动语义、完美转发](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7%E4%B9%8B%E5%B7%A6%E5%80%BC%E5%BC%95%E7%94%A8%E5%8F%B3%E5%80%BC%E5%BC%95%E7%94%A8%E7%A7%BB%E5%8A%A8%E8%AF%AD%E4%B9%89%E5%AE%8C%E7%BE%8E%E8%BD%AC%E5%8F%91)\n* [C++11新特性之列表初始化](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7%E4%B9%8B%E5%88%97%E8%A1%A8%E5%88%9D%E5%A7%8B%E5%8C%96)\n* [C++11新特性std::function和lambda表达式](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7stdfunction%E5%92%8Clambda%E8%A1%A8%E8%BE%BE%E5%BC%8F)\n* [C++11新特性之模板改进](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7%E4%B9%8B%E6%A8%A1%E6%9D%BF%E6%94%B9%E8%BF%9B)\n* [C++11新特性之线程相关知识点](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7%E4%B9%8B%E7%BA%BF%E7%A8%8B%E7%9B%B8%E5%85%B3%E7%9F%A5%E8%AF%86%E7%82%B9)\n* [C++11新特性之异步操作-async](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11-%E7%9A%84%E5%BC%82%E6%AD%A5%E6%93%8D%E4%BD%9C-async)\n* [C++11新特性之智能指针](https://github.com/0voice/cpp_new_features/blob/main/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%9AC++%2011%E6%96%B0%E7%89%B9%E6%80%A7.md#c11%E6%96%B0%E7%89%B9%E6%80%A7%E4%B9%8B%E6%99%BA%E8%83%BD%E6%8C%87%E9%92%88)\n* [C++11常用新特性（一）](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B11%E5%B8%B8%E7%94%A8%E6%96%B0%E7%89%B9%E6%80%A7%EF%BC%88%E4%B8%80%EF%BC%89.md)\n* [C++11常用新特性（二）](https://github.com/0voice/cpp_new_features/blob/main/C++11%E5%B8%B8%E7%94%A8%E6%96%B0%E7%89%B9%E6%80%A7%EF%BC%88%E4%BA%8C%EF%BC%89.md)\n* [C++14新特性浅谈](https://github.com/0voice/cpp_new_features/blob/main/%E3%80%8CNotes%E3%80%8DC%2B%2B14%E6%96%B0%E7%89%B9%E6%80%A7%E6%B5%85%E8%B0%88.md)\n* [C++14新特性的所有知识点全在这儿啦](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B14%E6%96%B0%E7%89%B9%E6%80%A7%E7%9A%84%E6%89%80%E6%9C%89%E7%9F%A5%E8%AF%86%E7%82%B9%E5%85%A8%E5%9C%A8%E8%BF%99%E5%84%BF%E5%95%A6%EF%BC%81.md)\n* [总结归纳：C++17新特性](https://github.com/0voice/cpp_new_features/blob/main/%E6%80%BB%E7%BB%93%E5%BD%92%E7%BA%B3%EF%BC%9AC%2B%2B17%E6%96%B0%E7%89%B9%E6%80%A7.md)\n* [C++ 20语言特性](https://github.com/0voice/cpp_new_features/blob/main/C%2B%2B%2020%E8%AF%AD%E8%A8%80%E7%89%B9%E6%80%A7.md)\n\n\n# ▶ 教学视频\n\n#### [【GeekBand】侯捷 - C++面向对象高级编程](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n\n* [P1 C++编程简介](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P2 头文件与类的声明](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P3 构造函数](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P4 参数传递与返回值](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P5 操作符重载与临时对象](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P6 复习Complex类的实现过程](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P7 三大函数：拷贝构造，拷贝复制，析构](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P8 堆，栈与内存管理](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P9 复习String类的实现过程](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P10 扩展补充：类模板，函数模板，及其他](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P11 组合与继承](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P13 委托相关设计](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P14 1 导读](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P15 2 conversion function](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P16 3 non explicit one argument constructor](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P17 4 pointer like classes](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P18 5 function like classes](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P19 6 namespace经验谈](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P20 7 class template](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P21 8 Funtion Template](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P22 9 Member Template](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P23 10 specialization](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P24 11 模板偏特化](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P25 12 模板模板参数](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P26 13 关于C++标准库](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P27 14 三个主题](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P28 15 Reference](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P29 16 复合\u0026继承关系下的构造和析构](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P30 17 关于vptr和vtbl](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P31 18 关于this](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P32 19 0 关于Dynamic Binding](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P33 19 1 关于Dynamic Binding](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P34 20 关于New,Delete](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P35 21 Operator new，operator delete](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P36 22  示例](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P37 23  重载new,delete$示例](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n* [P38 24 Basic String使用newextra扩充申请量](https://www.aliyundrive.com/s/HapPXxjQ1U7)\n\n\n# 🌰 干货铺\n* [C++ Standard Library](http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library) - 一系列类和函数的集合，使用核心语言编写，也是C++ISO自身标准的一部分\n* [Standard Template Library](https://en.wikipedia.org/wiki/Standard_Template_Library) - 标准模板库\n* [C POSIX library](https://en.wikipedia.org/wiki/C_POSIX_library) - POSIX系统的C标准库规范\n* [ISO C++ Standards Committee](https://github.com/cplusplus) - C++标准委员会\n* [C++ FAQ](https://isocpp.org/faq) − C++ 常见问题\n* [Free Country](https://www.thefreecountry.com/sourcecode/cpp.shtml?spm=5176.10731542.0.0.4fc35bde2jHhz4) − Free Country 提供了免费的 C++ 源代码和 C++ 库，这些源代码和库涵盖了压缩、存档、游戏编程、标准模板库和 GUI 编程等 C++ 编程领域。\n* [C and C++ Users Group](http://www.hal9k.com/cug/?spm=5176.10731542.0.0.4fc35bde2jHhz4) − C 和 C++ 的用户团体提供了免费的涵盖各种编程领域 C++ 项目的源代码，包括 AI、动画、编译器、数据库、调试、加密、游戏、图形、GUI、语言工具、系统编程等\n* [LearnCpp](https://www.learncpp.com/) - 免费学习c++编程\n* [CodeCogs](https://www.codecogs.com/) - CodeCogs是一项协作的开放源码库，C/C++的数值方面的组件\n* [codeproject](https://www.codeproject.com/) - codeproject提供的C/C++资源代码项目\n* [thoughtco](https://www.thoughtco.com/c-and-c-plus-programming-4133470) - 游戏有关的C++源代码\n* [Free C/C++ Libraries](https://www.programmerworld.net/resources/c_library.htm) - 免费C++源代码和其它有用的工具\n* [The C++ Standard Library](http://www.josuttis.com/libbook/examples.html) - 这是一个收集了数C/C++网站链接列表的网页\n* [cplusplus](http://www.cplusplus.com/) - C++学习网站\n* [C++ Source Codes](https://people.sc.fsu.edu/~jburkardt/cpp_src/cpp_src.html) - 这是一个全面的关于C++的345个源代码清单\n\n# 🗜 框架\n* [Apache C++ Standard Library](http://stdcxx.apache.org/) : 是一系列算法，容器，迭代器和其他基本组件的集合\n* [ASL](http://stlab.adobe.com/) : Adobe源代码库提供了同行的评审和可移植的C++源代码库。\n* [Boost](https://github.com/boostorg) : 大量通用C++库的集合。\n* [BDE](https://github.com/bloomberg/bde) : 来自于彭博资讯实验室的开发环境。\n* [Cinder](https://libcinder.org/) : 提供专业品质创造性编码的开源开发社区。\n* [Bxxomfort](http://ryan.gulix.cl/fossil.cgi/cxxomfort/index) : 轻量级的，只包含头文件的库，将C++ 11的一些新特性移植到C++03中。\n* [Dlib](http://dlib.net/) : 使用契约式编程和现代C++科技设计的通用的跨平台的C++库。\n* [EASTL](https://github.com/paulhodge/EASTL) : EA-STL公共部分\n* [ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) : 企业应用程序开发框架\n* [Folly](https://github.com/facebook/folly) : 由Facebook开发和使用的开源C++库。\n* [JUCE](https://github.com/WeAreROLI/JUCE) : 包罗万象的C++类库，用于开发跨平台软件\n* [libphenom](https://github.com/facebookarchive/libphenom) : 用于构建高性能和高度可扩展性系统的事件框架。\n* [LibSourcey](https://github.com/sourcey/libsourcey) : 用于实时的视频流和高性能网络应用程序的C++11 evented IO\n* [Loki](http://loki-lib.sourceforge.net/) : C++库的设计，包括常见的设计模式和习语的实现。\n* [MiLi](https://code.google.com/p/mili/) : 只含头文件的小型C++库\n* [openFrameworks](https://openframeworks.cc/) : 开发C++工具包，用于创意性编码。\n* [Qt](https://www.qt.io/developers/) : 跨平台的应用程序和用户界面框架\n* [Reason](http://code.google.com/p/reason/) : 跨平台的框架，使开发者能够更容易地使用Java，.Net和Python，同时也满足了他们对C++性能和优势的需求。\n* [ROOT](https://root.cern.ch/) : 具备所有功能的一系列面向对象的框架，能够非常高效地处理和分析大量的数据，为欧洲原子能研究机构所用。\n* [STLport](http://www.stlport.org/) : 是STL具有代表性的版本\n* [STXXL](http://stxxl.sourceforge.net/) : 用于额外的大型数据集的标准模板库。\n* [Ultimate++](https://www.ultimatepp.org/) : C++跨平台快速应用程序开发框架\n* [Windows Template Library](https://sourceforge.net/projects/wtl/) : 用于开发Windows应用程序和UI组件的C++库\n* [Yomm11](https://github.com/jll63/yomm11) : C++11的开放multi-methods.\n\n\u003cbr\u003e\n\n### 异步事件循环\n* [Boost.Asio](https://think-async.com/Asio/) : 用于网络和底层I/O编程的跨平台的C++库。\n* [libev](http://libev.schmorp.de/) : 功能齐全，高性能的时间循环，轻微地仿效libevent，但是不再像libevent一样有局限性，也修复了它的一些bug。\n* [libevent](http://libevent.org/) : 事件通知库\n* [libuv](https://github.com/joyent/libuv) : 跨平台异步I/O。\n* [libco](https://github.com/Tencent/libco) : 协程，微信支持8亿用户同时在线的底层IO库。功能强大\n* [libgo](https://github.com/yyzybb537/libgo) : golang风格的并发框架，C++11实现协程库\n\n\n\u003cbr\u003e\n\n### 网络库\n* [ACE](https://github.com/cflowe/ACE) : C++面向对象网络变成工具包\n* [Casablanca](https://archive.codeplex.com/?p=casablanca) : C++ REST SDK\n* [cpp-netlib](https://cpp-netlib.org/) : 高级网络编程的开源库集合\n* [libCurl](https://curl.haxx.se/libcurl/) : 多协议文件传输库\n* [Mongoose](https://github.com/cesanta/mongoose) : 非常轻量级的网络服务器\n* [Muduo](https://github.com/chenshuo/muduo) : 用于Linux多线程服务器的C++非阻塞网络库\n* [net_skeleton](https://github.com/cesanta/fossa) : C/C++的TCP 客户端/服务器库\n* [POCO](https://github.com/pocoproject/poco) : 用于构建网络和基于互联网应用程序的C++类库，可以运行在桌面，服务器，移动和嵌入式系统。\n* [RakNet](https://github.com/facebookarchive/RakNet) : 为游戏开发人员提供的跨平台的开源C++网络引擎。\n* [Tufao](https://github.com/vinipsmaker/tufao) : 用于Qt之上的C++构建的异步Web框架。\n* [WebSocket++](https://github.com/zaphoyd/websocketpp) : 基于C++/Boost Aiso的websocket 客户端/服务器库\n* [ZeroMQ](http://zeromq.org/) : 高速，模块化的异步通信库\n\n\n\u003cbr\u003e\n\n### TCP/IP协议栈\n* [f-stack](https://github.com/f-stack/f-stack) : 腾讯开源的协议栈，基于DPDK的高性能用户态协议栈。\n* [NtyTcp](https://github.com/wangbojing/NtyTcp) : 单线程的协议栈的，基于netmap,DPDK,rawSocket的实现。\n* [LWIP](http://savannah.nongnu.org/projects/lwip/) : 针对 RAM 平台的精简版的 TCP/IP 协议栈实现。\n* [mTCP](https://github.com/mtcp-stack/mtcp) : 针对多核系统的高可扩展性的用户空间 TCP/IP 协议栈。\n* [4.4BSD](https://www.freebsd.org/zh_CN/copyright/license.html) : * nix的协议栈是源于4.4BSD的。\n\n\u003cbr\u003e\n\n### WEB应用框架\n\n* [Nginx](http://nginx.org/) : 一个高性能的HTTP和反向代理web服务器，同时也提供了IMAP/POP3/SMTP服务。\n* [Lighttpd](http://www.lighttpd.net/) : 一款开源 Web 服务器软件，安全快速,符合行业标准,适配性强并且针对高配置环境进行了优化。\n* [Libmicrohttpd](http://www.gnu.org/software/libmicrohttpd/) : GNU软件下的简单c库的Web服务器。API简单，快速。\n* [shttpd](http://shttpd.sourceforge.net/) : 基于Mongoose的Web服务器框架。\n* [CivetWeb](https://github.com/bel2125/civetweb) : 提供易于使用，强大的，C/C++嵌入式Web服务器，带有可选的CGI，SSL和Lua支持。\n* [CppCMS](http://cppcms.com/wikipp/en/page/main) : 免费高性能的Web开发框架（不是 CMS）.\n* [Crow](https://github.com/ipkn/crow) : 一个C++微型web框架（灵感来自于Python Flask）\n* [Kore](https://kore.io/) : 使用C语言开发的用于web应用程序的超快速和灵活的web服务器/框架。\n* [libOnion](https://www.coralbits.com/libonion/) : 轻量级的库，帮助你使用C编程语言创建web服务器。\n* [QDjango](https://github.com/jlaine/qdjango/) : 使用C++编写的，基于Qt库的web框架，试图效仿Django API，因此得此名。\n* [Wt](https://www.webtoolkit.eu/wt) : 开发Web应用的C++库。\n\n\u003cbr\u003e\n\n### 标准库，算法与函数\n* [C++ Standard Library](http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library) : 是一系列类和函数的集合，使用核心语言编写，也是C++ISO自身标准的一部分。\n* [Standard Template Library](https://en.wikipedia.org/wiki/Standard_Template_Library) : 标准模板库, STL\n* [ISO C++ Standards Committee](https://github.com/cplusplus) : C++标准委员会\n\n\u003cbr\u003e\n\n### 音频库\n* [FMOD](https://www.fmod.com/) : 易于使用的跨平台的音频引擎和音频内容的游戏创作工具。\n* [Maximilian](https://github.com/micknoise/Maximilian) : C++音频和音乐数字信号处理库\n* [OpenAL](http://www.openal.org/) : 开源音频库—跨平台的音频API\n* [Opus](http://opus-codec.org/) : 一个完全开放的，免版税的，高度通用的音频编解码器\n* [Speex](https://www.speex.org/) : 免费编解码器，为Opus所废弃\n* [Tonic](https://github.com/TonicAudio/Tonic) : C++易用和高效的音频合成\n* [Vorbis](http://xiph.org/vorbis/) : Ogg Vorbis是一种完全开放的，非专有的，免版税的通用压缩音频格式。\n\n\u003cbr\u003e\n\n### 生态学\n* [lisequence](http://molpopgen.github.io/libsequence/) : 用于表示和分析群体遗传学数据的C++库。\n* [SeqAn](http://www.seqan.de/) : 专注于生物数据序列分析的算法和数据结构。\n* [Vcflib](https://github.com/vcflib/vcflib) : 用于解析和处理VCF文件的C++库\n* [Wham](https://github.com/zeeev/wham) : 直接把联想测试应用到BAM文件的基因结构变异。\n\n\u003cbr\u003e\n\n### 压缩\n* [bzip2](http://www.bzip.org/) : 一个完全免费，免费专利和高质量的数据压缩\n* [doboz](https://bitbucket.org/attila_afra/doboz/src) : 能够快速解压缩的压缩库\n* [PhysicsFS](https://icculus.org/physfs/) : 对各种归档提供抽象访问的库，主要用于视频游戏，设计灵感部分来自于Quake3的文件子系统。\n* [KArchive](https://projects.kde.org/projects/frameworks/karchive) : 用于创建，读写和操作文件档案（例如zip和 tar）的库，它通过QIODevice的一系列子类，使用gzip格式，提供了透明的压缩和解压缩的数据。\n* [LZ4](https://code.google.com/p/lz4/) : 非常快速的压缩算法\n* [LZHAM](https://code.google.com/p/lzham/) : 无损压缩数据库，压缩比率跟LZMA接近，但是解压缩速度却要快得多。\n* [LZMA](http://www.7-zip.org/sdk.html) : 7z格式默认和通用的压缩方法。\n* [LZMAT](http://www.matcode.com/lzmat.htm) : 及其快速的实时无损数据压缩库\n* [Minizip](https://code.google.com/p/miniz/) : Zlib最新bug修复，支持PKWARE磁盘跨越，AES加密和IO缓冲。\n* [Snappy](https://code.google.com/p/snappy/) : 快速压缩和解压缩\n* [ZLib](http://zlib.net/) : 非常紧凑的数据流压缩库\n* [ZZIPlib](http://zziplib.sourceforge.net/) : 提供ZIP归档的读权限。\n\n\n\u003cbr\u003e\n\n### 并发性\n* [Boost.Compute](https://github.com/boostorg/compute) : 用于OpenCL的C++GPU计算库\n* [Bolt](https://github.com/HSA-Libraries/Bolt) :  针对GPU进行优化的C++模板库\n* [C++React](https://github.com/schlangster/cpp.react) : 用于C++11的反应性编程库\n* [Intel TBB](https://www.threadingbuildingblocks.org/) : Intel线程构件块\n* [Libclsph](https://github.com/libclsph/libclsph) : 基于OpenCL的GPU加速SPH流体仿真库\n* [OpenCL](https://www.khronos.org/opencl/) : 并行编程的异构系统的开放标准\n* [OpenMP](https://www.openmp.org/) : OpenMP API\n* [Thrust](http://thrust.github.io/) : 类似于C++标准模板库的并行算法库\n* [HPX](https://github.com/STEllAR-GROUP/hpx/) : 用于任何规模的并行和分布式应用程序的通用C++运行时系统\n* [VexCL](https://github.com/ddemidov/vexcl) : 用于OpenCL/CUDA 的C++向量表达式模板库。\n\n\n\u003cbr\u003e\n\n### 密码学\n* [Bcrypt](http://bcrypt.sourceforge.net/) : 一个跨平台的文件加密工具，加密文件可以移植到所有可支持的操作系统和处理器中。\n* [BeeCrypt](https://github.com/klchang/beecrypt) : 快速的加密图形库，功能强大，接口方便。\n* [Botan](https://botan.randombit.net/) : C++加密库\n* [Crypto++](https://www.cryptopp.com/) : 一个有关加密方案的免费的C++库\n* [GnuPG](https://www.gnupg.org/) : OpenPGP标准的完整实现\n* [GnuTLS](https://www.gnutls.org/) : 实现了SSL，TLS和DTLS协议的安全通信库\n* [Libgcrypt](https://gnupg.org/related_software/libgcrypt/) : 基于GnuPG的加密图形库。\n* [Libmcrypt](https://github.com/winlibs/libmcrypt) : 线程安全，提供统一的API。\n* [LibreSSL](http://www.libressl.org/) : 免费的SSL/TLS协议，属于2014 OpenSSL的一个分支\n* [LibTomCrypt](https://github.com/libtom/libtomcrypt) : 一个非常全面的，模块化的，可移植的加密工具\n* [libsodium](https://github.com/jedisct1/libsodium) : 基于NaCI的加密库，固执己见，容易使用\n* [Nettle](http://www.lysator.liu.se/~nisse/nettle/) : 底层的加密库\n* [OpenSSL](https://www.openssl.org/) : 一个强大的，商用的，功能齐全的，开放源代码的加密库。\n\n\u003cbr\u003e\n\n### 数据库\n* [hiberlite](https://github.com/paulftw/hiberlite) : 用于Sqlite3的C++对象关系映射\n* [LevelDB](https://github.com/google/leveldb) : 快速键值存储库\n* [LMDB](https://symas.com/lmdb/technical/) : 符合数据库四大基本元素的嵌入键值存储\n* [MySQL++](https://tangentsoft.com/mysqlpp/home) : 封装了MySql的C API的C++ 包装器\n* [RocksDB](https://github.com/facebook/rocksdb) : 来自Facebook的嵌入键值的快速存储\n* [SQLite](https://www.sqlite.org/index.html) : 一个完全嵌入式的，功能齐全的关系数据库，只有几百KB，可以正确包含到你的项目中。\n* [MongoDB](https://www.mongodb.com/) : 一个基于分布式文件存储的数据库\n\n\u003cbr\u003e\n\n### 调试\n* [Boost.Test](https://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) : Boost测试库\n* [Catch](https://github.com/catchorg/Catch2) : 一个很时尚的，C++原生的框架，只包含头文件，用于单元测试，测试驱动开发和行为驱动开发。\n* [CppUnit](https://www.freedesktop.org/wiki/Software/cppunit/) : 由JUnit移植过来的C++测试框架\n* [GoogleTest](http://code.google.com/p/googletest/) : 谷歌C++测试框架\n* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) : 用于跟踪内存错误的多平台调试堆\n* [MemTrack](http://www.almostinfinite.com/memtrack.html) : 用于C++跟踪内存分配\n* [MicroProfile](https://bitbucket.org/jonasmeyer/microprofile/src/default/) : 跨平台的网络试图分析器\n* [UnitTest++](http://unittest-cpp.sourceforge.net/) : 轻量级的C++单元测试框架\n\n\n\u003cbr\u003e\n\n### 容器\n* [C++ B-Tree](https://code.google.com/p/cpp-btree/) : 基于B树数据结构，实现命令内存容器的模板库\n* [Hashmaps](https://github.com/goossaert/hashmap) : C++中开放寻址哈希表算法的实现\n\n\u003cbr\u003e\n\n### 游戏引擎\n* [Cocos2d-x](https://cocos2d-x.org/) : 一个跨平台框架，用于构建2D游戏，互动图书，演示和其他图形应用程序。\n* [Grit](http://gritengine.com/) : 社区项目，用于构建一个免费的游戏引擎，实现开放的世界3D游戏。\n* [lrrlicht](http://irrlicht.sourceforge.net/) : C++语言编写的开源高性能的实时#D引擎\n* [PolyCode](http://polycode.org/) : C++实现的用于创建游戏的开源框架（与Lua绑定）。\n\n\n\u003cbr\u003e\n\n### 图形库\n* [bgfx](https://github.com/bkaradzic/bgfx) : 跨平台的渲染库\n* [Cairo](http://www.cairographics.org/) : 支持多种输出设备的2D图形库\n* [Horde3D](https://github.com/horde3d/Horde3D) : 一个小型的3D渲染和动画引擎\n* [magnum](https://github.com/mosra/magnum) : C++11和OpenGL 2D/3D 图形引擎\n* [Ogre 3D](https://www.ogre3d.org/) : 用C++编写的一个面向场景，实时，灵活的3D渲染引擎（并非游戏引擎）\n* [OpenSceneGraph](http://www.openscenegraph.org/) : 具有高性能的开源3D图形工具包\n* [Panda3D](https://www.panda3d.org/) : 用于3D渲染和游戏开发的框架，用Python和C++编写。\n* [Skia](https://github.com/google/skia) : 用于绘制文字，图形和图像的完整的2D图形库\n* [urho3d](https://github.com/urho3d/Urho3D) : 跨平台的渲染和游戏引擎。\n\n\u003cbr\u003e\n\n### 图像处理\n* [Boost.GIL](https://www.boost.org/doc/libs/1_56_0/libs/gil/doc/index.html) : 通用图像库\n* [CImg](https://sourceforge.net/projects/cimg/) : 用于图像处理的小型开源C++工具包\n* [FreeImage](http://freeimage.sourceforge.net/) : 开源库，支持现在多媒体应用所需的通用图片格式和其他格式。\n* [GDCM](http://gdcm.sourceforge.net/wiki/index.php/Main_Page) : Grassroots DICOM 库\n* [ITK](https://itk.org/) : 跨平台的开源图像分析系统\n* [Magick++](http://www.imagemagick.org/script/api.php) : ImageMagick程序的C++接口\n* [OpenCV](https://opencv.org/) : 开源计算机视觉类库\n* [tesseract-ocr](https://code.google.com/p/tesseract-ocr/) : OCR引擎\n* [VIGRA](https://github.com/ukoethe/vigra) : 用于图像分析通用C++计算机视觉库\n* [VTK](https://vtk.org/) : 用于3D计算机图形学，图像处理和可视化的开源免费软件系统。\n\n\n\u003cbr\u003e\n\n### 国际化\n* [gettext](http://www.gnu.org/software/gettext/) :  GNU gettext\n* [IBM ICU](http://site.icu-project.org/) : 提供Unicode 和全球化支持的C、C++ 和Java库\n* [libiconv](http://www.gnu.org/software/libiconv/) : 用于不同字符编码之间的编码转换库\n\n\n\u003cbr\u003e\n\n### Json库\n* [frozen](https://github.com/cesanta/frozen) : C/C++的Jason解析生成器\n* [Jansson](https://github.com/akheron/jansson) : 进行编解码和处理Jason数据的C语言库\n* [jbson](https://github.com/chrismanning/jbson) : C++14中构建和迭代BSON data,和Json 文档的库\n* [JeayeSON](https://github.com/jeaye/jeayeson) : 非常健全的C++ JSON库，只包含头文件\n* [JSON++](https://github.com/hjiang/jsonxx) : C++ JSON 解析器\n* [json-parser](https://github.com/udp/json-parser) : 用可移植的ANSI C编写的JSON解析器，占用内存非常少\n* [json11](https://github.com/dropbox/json11) : 一个迷你的C++11 JSON库\n* [jute](https://github.com/amir-s/jute) : 非常简单的C++ JSON解析器\n* [ibjson](https://github.com/vincenthz/libjson) : C语言中的JSON解析和打印库，很容易和任何模型集成\n* [libjson](https://sourceforge.net/projects/libjson/) : 轻量级的JSON库\n* [PicoJSON](https://github.com/kazuho/picojson) : C++中JSON解析序列化，只包含头文件\n* [Qt-Json](https://github.com/qt-json/qt-json) : 用于JSON数据和 QVariant层次间的相互解析的简单类\n* [QJson](https://github.com/flavio/qjson) : 将JSON数据映射到QVariant对象的基于Qt的库\n* [RepidJSON](https://github.com/Tencent/rapidjson) : 用于C++的快速JSON 解析生成器，包含SAX和DOM两种风格的API\n\n\n\u003cbr\u003e\n\n### 日志\n* [Boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) : 设计非常模块化，并且具有扩展性\n* [easyloggingpp](https://github.com/zuhd-org/easyloggingpp) : C++日志库，只包含单一的头文件。\n* [Log4cpp](http://log4cpp.sourceforge.net/) : 一系列C++类库，灵活添加日志到文件，系统日志，IDSA和其他地方。\n* [templog](http://www.templog.org/) : 轻量级C++库，可以添加日志到你的C++应用程序中\n\n\n\u003cbr\u003e\n\n### 机器学习，人工智能\n\n* [btsk](https://github.com/aigamedev/btsk) : 游戏行为树启动器工具\n* [Evolving Objects](http://eodev.sourceforge.net/) : 基于模板的，ANSI C++演化计算库，能够帮助你非常快速地编写出自己的随机优化算法。\n* [Caffe](https://github.com/BVLC/caffe) : 快速的神经网络框架\n* [CCV](https://github.com/liuliu/ccv) : 以C语言为核心的现代计算机视觉库\n* [mlpack](http://www.mlpack.org/) :  可扩展的C++机器学习库\n* [OpenCV](https://github.com/opencv/opencv) : 开源计算机视觉库\n* [Recommender](https://github.com/GHamrouni/Recommender) : 使用协同过滤进行产品推荐/建议的C语言库。\n* [SHOGUN](https://github.com/shogun-toolbox/shogun) : Shogun 机器学习工具\n* [sofia-ml](https://code.google.com/p/sofia-ml/) : 用于机器学习的快速增量算法套件\n\n\n\n\u003cbr\u003e\n\n### 数学库\n\n* [Armadillo](http://arma.sourceforge.net/) : 高质量的C++线性代数库，速度和易用性做到了很好的平衡。语法和MatlAB很相似\n* [blaze](https://code.google.com/p/blaze-lib/) : 高性能的C++数学库，用于密集和稀疏算法。\n* [ceres-solver](http://ceres-solver.org/) : 来自谷歌的C++库，用于建模和解决大型复杂非线性最小平方问题。\n* [CGal](http://www.cgal.org/) : 高效，可靠的集合算法集合\n* [CML](https://github.com/demianmnave/CML/wiki/The-Configurable-Math-Library) : 用于游戏和图形的免费C++数学库\n* [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) : 高级C++模板头文件库，包括线性代数，矩阵，向量操作，数值解决和其他相关的算法。\n* [GMTL](http://ggt.sourceforge.net/) : 数学图形模板库是一组广泛实现基本图形的工具。\n* [GMP](https://gmplib.org/) : 用于个高精度计算的C/C++库，处理有符号整数，有理数和浮点数。\n\n\n\u003cbr\u003e\n\n### 多媒体库\n\n* [GStreamer](https://gstreamer.freedesktop.org/) : 构建媒体处理组件图形的库\n* [LIVE555 Streaming Media](http://www.live555.com/liveMedia/) : 使用开放标准协议(RTP/RTCP, RTSP, SIP) 的多媒体流库\n* [libVLC](https://wiki.videolan.org/LibVLC) : libVLC (VLC SDK)媒体框架\n* [QtAV](https://github.com/wang-bin/QtAV) : 基于Qt和FFmpeg的多媒体播放框架，能够帮助你轻而易举地编写出一个播放器\n* [SDL](http://www.libsdl.org/) : 简单直控媒体层\n* [SFML](http://www.sfml-dev.org/) : 快速，简单的多媒体库\n\n\n\u003cbr\u003e\n\n### 物理学\n* [Box2D](https://code.google.com/p/box2d/) : 2D的游戏物理引擎。\n* [Bullet](https://github.com/bulletphysics/bullet3) : 3D的游戏物理引擎。\n* [Chipmunk](https://github.com/slembcke/Chipmunk2D) : 快速，轻量级的2D游戏物理库\n* [LiquidFun](https://github.com/google/liquidfun) : 2D的游戏物理引擎\n* [ODE](http://www.ode.org/) : 开放动力学引擎-开源，高性能库，模拟刚体动力学。\n* [ofxBox2D](https://github.com/vanderlin/ofxBox2d) : Box2D开源框架包装器。\n* [Simbody](https://github.com/simbody/simbody) : 高性能C++多体动力学/物理库，模拟关节生物力学和机械系统，像车辆，机器人和人体骨骼。\n\n\u003cbr\u003e\n\n### 机器人学\n* [MOOS-Ivp](http://moos-ivp.org/) : 一组开源C++模块，提供机器人平台的自主权，尤其是自主的海洋车辆。\n* [MRPT](https://www.mrpt.org/) : 移动机器人编程工具包\n* [PCL](https://github.com/PointCloudLibrary/pcl) : 点云库是一个独立的，大规模的开放项目，用于2D/3D图像和点云处理。\n* [Robotics Library](http://www.roboticslibrary.org/) : 一个独立的C++库，包括机器人动力学，运动规划和控制。\n* [RobWork](http://www.robwork.dk/apidoc/nightly/rw/) : 一组C++库的集合，用于机器人系统的仿真和控制。\n* [ROS](http://wiki.ros.org/) : 机器人操作系统，提供了一些库和工具帮助软件开发人员创建机器人应用程序。\n\n\u003cbr\u003e\n\n\n\u003cbr\u003e\n\n### 脚本\n* [ChaiScript](https://github.com/ChaiScript/ChaiScript/) : 用于C++的易于使用的嵌入式脚本语言。\n* [Lua](http://www.lua.org/) : 用于配置文件和基本应用程序脚本的小型快速脚本引擎。\n* [luacxx](https://github.com/dafrito/luacxx) : 用于创建Lua绑定的C++ 11 API\n* [SWIG](http://www.swig.org/) : 一个可以让你的C++代码链接到JavaScript，Perl，PHP，Python，Tcl和Ruby的包装器/接口生成器\n* [V7](https://github.com/cesanta/v7) : 嵌入式的JavaScript 引擎。\n* [V8](http://code.google.com/p/v8/) : 谷歌的快速JavaScript引擎，可以被嵌入到任何C++应用程序中。\n\n\u003cbr\u003e\n\n### 序列化\n* [Cap'n Proto](https://capnproto.org/) : 快速数据交换格式和RPC系统。\n* [cereal](https://github.com/USCiLab/cereal) : C++11 序列化库\n* [FlatBuffers](https://github.com/google/flatbuffers) : 内存高效的序列化库\n* [MessagePack](https://github.com/msgpack/msgpack-c) : C/C++的高效二进制序列化库，例如 JSON\n* [ProtoBuf](http://code.google.com/p/protobuf/) : 协议缓冲，谷歌的数据交换格式。\n* [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) : 用于低延迟应用程序的对二进制格式的应用程序信息的编码和解码。\n* [Thrift](https://thrift.apache.org/) : 高效的跨语言IPC/RPC，用于C++，Java，Python，PHP，C#和其它多种语言中，最初由Facebook开发。\n\n\n\u003cbr\u003e\n\n### 视频库\n* [libvpx](http://www.webmproject.org/code/) : VP8/VP9编码解码SDK\n* [FFMpeg](https://www.ffmpeg.org/) : 一个完整的，跨平台的解决方案，用于记录，转换视频和音频流。\n* [libde265](https://github.com/strukturag/libde265) : 开放的h.265视频编解码器的实现。\n* [OpenH264](https://github.com/cisco/openh264) : 开源H.364 编解码器。\n* [Theora](https://www.theora.org/) : 免费开源的视频压缩格式。\n\n\n\n\u003cbr\u003e\n\n### XML库\n\n* [LibXml++](http://libxmlplusplus.sourceforge.net/) : C++的xml解析器\n* [PugiXML](https://pugixml.org/) : 用于C++的，支持XPath的轻量级，简单快速的XML解析器。\n* [RapidXML](http://rapidxml.sourceforge.net/) : 试图创建最快速的XML解析器，同时保持易用性，可移植性和合理的W3C兼容性。\n* [TinyXML](https://sourceforge.net/projects/tinyxml/) : 简单小型的C++XML解析器，可以很容易地集成到其它项目中。\n* [TinyXML2](https://github.com/leethomason/tinyxml2) : 简单快速的C++CML解析器，可以很容易集成到其它项目中。\n* [TinyXML++](https://code.google.com/p/ticpp/) : TinyXML的一个全新的接口，使用了C++的许多许多优势，模板，异常和更好的异常处理。\n* [Xerces-C++](http://xerces.apache.org/xerces-c/) : 用可移植的C++的子集编写的XML验证解析器。\n\n\n---\n\n\u003cdiv id=\"cpp_11\" align=center\u003e\n\t\n\u003cimg width=\"30%\" height=\"30%\" src=\"https://user-images.githubusercontent.com/87457873/134301566-dfe24e96-44a5-48b7-9294-f72c49010c2f.jpg\"/\u003e\n\n\u003c/div\u003e\n\n# 🖥 部分代码案例\n\n### \u003ch3 id=\"cpp_11_keywords\"\u003e关键字\u003c/h3\u003e\n\n#### \u003ch5 id=\"cpp_11_new_keywords\"\u003e新增关键字\u003c/h5\u003e\n\n* [thread_local](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#thread_local)\n* [static_assert](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#static_assert)\n* [nullptr](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#nullptr)\n* [noexcept](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#noexcept)\n* [decltype](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#decltype)\n* [constexpr](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#constexpr)\n* [char16_t](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#char16_t)\n* [char32_t](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#char16_t)\n* [alignof](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#alignof)\n* [alignas](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_new_keywords_README.md#alignof)\n\n\n#### \u003ch5 id=\"cpp_11_meaning_changed__OR__new_meaning_added\"\u003e含义变化或者新增含义关键字（meaning changed or new meaning added）\u003c/h5\u003e\n\n* [auto](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#auto)\n* [class](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#clazz)\n* [default](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#default)\n* [delete](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#delete)\n* [export](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#export)\n* [extern](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#extern)\n* [inline](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#inline)\n* [mutable](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#mutable)\n* [sizeof](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#sizeof)\n* [struct](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#struct)\n* [using](https://github.com/0voice/cpp_new_features/blob/main/cpp_11/001_meaning_keywords_README.md#using)\n\n### \u003ch3 id=\"cpp_11_RTTI\"\u003e类型支持（基本类型、RTTI、类型特性）\u003c/h3\u003e\n\n#### \u003ch5 id=\"cpp_11_RTTI_Primary_type_categories\"\u003eDefined in header \u0026lt;type_traits\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_void.cpp\"\u003eis_void\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_integral.cpp\"\u003eis_integral\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_floating_point.cpp\"\u003eis_floating_point\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_array.cpp\"\u003eis_array\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_enum.cpp\"\u003eis_enum\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_union.cpp\"\u003eis_union\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_class.cpp\"\u003eis_class\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_function.cpp\"\u003eis_function\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_pointer.cpp\"\u003eis_pointer\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_lvalue_reference.cpp\"\u003eis_lvalue_reference\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_rvalue_reference.cpp\"\u003eis_rvalue_reference\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_member_object_pointer.cpp\"\u003eis_member_object_pointer\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_member_function_pointer.cpp\"\u003eis_member_function_pointer\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_fundamental.cpp\"\u003eis_fundamental\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_arithmetic.cpp\"\u003eis_arithmetic\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_scalar.cpp\"\u003eis_scalar\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_object.cpp\"\u003eis_object\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_compound.cpp\"\u003eis_compound\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_reference.cpp\"\u003eis_reference\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_member_pointer.cpp\"\u003eis_member_pointer\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_const.cpp\"\u003eis_const\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_volatile.cpp\"\u003eis_volatile\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivial.cpp\"\u003eis_trivial\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_copyable.cpp\"\u003eis_trivially_copyable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_standard_layout.cpp\"\u003eis_standard_layout\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_literal_type.cpp\"\u003eis_literal_type\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_empty.cpp\"\u003eis_empty\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_polymorphic.cpp\"\u003eis_polymorphic\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_abstract.cpp\"\u003eis_abstract\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_signed.cpp\"\u003eis_signed\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_unsigned.cpp\"\u003eis_unsigned\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_constructible.cpp\"\u003eis_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_constructible.cpp\"\u003eis_trivially_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_constructible.cpp\"\u003eis_nothrow_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_default_constructible.cpp\"\u003eis_default_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_default_constructible.cpp\"\u003eis_trivially_default_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_default_constructible.cpp\"\u003eis_nothrow_default_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_copy_constructible.cpp\"\u003eis_copy_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_copy_constructible.cpp\"\u003eis_trivially_copy_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_copy_constructible.cpp\"\u003eis_nothrow_copy_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_move_constructible.cpp\"\u003eis_move_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_move_constructible.cpp\"\u003eis_trivially_move_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_move_constructible.cpp\"\u003eis_nothrow_move_constructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_assignable.cpp\"\u003eis_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_assignable.cpp\"\u003eis_trivially_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_assignable.cpp\"\u003eis_nothrow_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_copy_assignable.cpp\"\u003eis_copy_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_copy_assignable.cpp\"\u003eis_trivially_copy_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_copy_assignable.cpp\"\u003eis_nothrow_copy_assignable\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_is_move_assignable.cpp\"\u003eis_move_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_move_assignable.cpp\"\u003eis_trivially_move_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_move_assignable.cpp\"\u003eis_nothrow_move_assignable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_destructible.cpp\"\u003eis_destructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_trivially_destructible.cpp\"\u003eis_trivially_destructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_is_nothrow_destructible.cpp\"\u003eis_nothrow_destructible\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_rtti_std_has_virtual_destructor.cpp\"\u003ehas_virtual_destructor\u003c/a\u003e\n\n\n### \u003ch3 id=\"cpp_11_stl\"\u003eSTL容器\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_array.cpp\"\u003estd::array\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_forward_list.cpp\"\u003estd::forward_list\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_begin.cpp\"\u003estd::begin\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_end.cpp\"\u003estd::end\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_move.cpp\"\u003estd::move\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_container_init.cpp\"\u003e容器初始化\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_emplace.cpp\"\u003eemplace\u003c/a\u003e\n\n#### \u003ch5 id=\"cpp_11_unordered_containers\"\u003e无序容器\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unordered_map.cpp\"\u003estd::unordered_map\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unordered_multimap.cpp\"\u003estd::unordered_multimap\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unordered_set.cpp\"\u003estd::unordered_set\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unordered_multiset.cpp\"\u003estd::unordered_multiset\u003c/a\u003e\n\n#### \u003ch5 id=\"cpp_11_tuple\"\u003e元组std::tuple\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_make_tuple.cpp\"\u003estd::make_tuple\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_get.cpp\"\u003estd::get\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_tie.cpp\"\u003estd::tie\u003c/a\u003e\n\n#### \u003ch5 id=\"cpp_11_hash\"\u003ehash\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_string.cpp\"\u003estd::hash\u0026lt;std::string\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_u16string.cpp\"\u003estd::hash\u0026lt;std::u16string\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_u32string.cpp\"\u003estd::hash\u0026lt;std::u32string\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_wstring.cpp\"\u003estd::hash\u0026lt;std::wstring\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_error_code.cpp\"\u003estd::hash\u0026lt;std::error_code\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_bitset.cpp\"\u003estd::hash\u0026lt;std::bitset\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_type_index.cpp\"\u003estd::hash\u0026lt;std::type_index\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_hash_std_vector_bool.cpp\"\u003estd::hash\u0026lt;std::vector\u0026lt;bool\u0026gt;\u0026gt;\u003c/a\u003e\n\u003c!-- \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_hash_std_thread_id.cpp\"\u003estd::hash\u0026lt;std\u0026#58;\u0026#58;thread\u0026#58;\u0026#58;id\u0026gt;\u003c/a\u003e\n --\u003e\n\n### \u003ch3 id=\"cpp_11_smart_pointer\"\u003e智能指针\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_shared_ptr.cpp\"\u003estd::shared_ptr\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_weak_ptr.cpp\"\u003estd::weak_ptr\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unique_ptr.cpp\"\u003estd::unique_ptr\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_auto_ptr.cpp\"\u003eauto_ptr(弃用)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_11_regex\"\u003e正则表达式\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_shared_ptr.cpp\"\u003ebasic_regex\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_weak_ptr.cpp\"\u003esub_match\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unique_ptr.cpp\"\u003ematch_results\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_11_function\"\u003e函数\u003c/h3\u003e\n\n#### \u003ch5 id=\"cpp_11_function_nonstatic\"\u003e非静态成员函数\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_shared_ptr.cpp\"\u003ecv限定函数\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_weak_ptr.cpp\"\u003e引用限定\u003c/a\u003e\n\n#### \u003ch5 id=\"cpp_11_function_template\"\u003e函数对象模板\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unique_ptr.cpp\"\u003estd::function\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unique_ptr.cpp\"\u003estd::bind\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unique_ptr.cpp\"\u003estd::bad_function_call\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_stl_std_unique_ptr.cpp\"\u003emem_fn\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_11_class\"\u003e类\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_type_alias.cpp\"\u003e类型别名\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_member_init.cpp\"\u003e类成员初始化\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_functor.cpp\"\u003e仿函数(functor)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_delegating_constructors.cpp\"\u003e委托构造函数\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_inheritance_constructor.cpp\"\u003e继承构造函数\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_move_constructor.cpp\"\u003e移动构造函数\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_class_move_assignment_operator.cpp\"\u003e移动赋值运算符\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_11_template\"\u003e模板\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_template_angle_bracket.cpp\"\u003e尖括号“\u003e”\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_template_aliases.cpp\"\u003e别名模板\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_template_external_template.cpp\"\u003e外部模板\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_template_variable_parameter_template.cpp\"\u003e可变参数模板\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_template_default_template_parameters.cpp\"\u003e默认模板参数\u003c/a\u003e\n\n\n### \u003ch3 id=\"cpp_11_template\"\u003e原子操作\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_bool.cpp\"\u003estd::atomic\u0026lt;bool\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_char.cpp\"\u003estd::atomic\u0026lt;char\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_signed_char.cpp\"\u003estd::atomic\u0026lt;signed char\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_unsigned_char.cpp\"\u003estd::atomic\u0026lt;unsigned char\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_short.cpp\"\u003estd::atomic\u0026lt;short\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_unsigned_short.cpp\"\u003estd::atomic\u0026lt;unsigned short\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_int.cpp\"\u003estd::atomic\u0026lt;int\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_unsigned_int.cpp\"\u003estd::atomic\u0026lt;unsigned int\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_long.cpp\"\u003estd::atomic\u0026lt;long\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_unsigned_long.cpp\"\u003estd::atomic\u0026lt;unsigned long\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_long_long.cpp\"\u003estd::atomic\u0026lt;long long\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_unsigned_long_long.cpp\"\u003estd::atomic\u0026lt;unsigned long long\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_char8_t.cpp\"\u003estd::atomic\u0026lt;char8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_char16_t.cpp\"\u003estd::atomic\u0026lt;char16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_char32_t.cpp\"\u003estd::atomic\u0026lt;char32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_wchar_t.cpp\"\u003estd::atomic\u0026lt;wchar_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int8_t.cpp\"\u003estd::atomic\u0026lt;std::int8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint8_t.cpp\"\u003estd::atomic\u0026lt;std::uint8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int16_t.cpp\"\u003estd::atomic\u0026lt;std::int16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint16_t.cpp\"\u003estd::atomic\u0026lt;std::uint16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int32_t.cpp\"\u003estd::atomic\u0026lt;std::int32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint32_t.cpp\"\u003estd::atomic\u0026lt;std::uint32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int64_t.cpp\"\u003estd::atomic\u0026lt;std::int64_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint64_t.cpp\"\u003estd::atomic\u0026lt;std::uint64_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_least8_t.cpp\"\u003estd::atomic\u0026lt;std::int_least8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_least8_t.cpp\"\u003estd::atomic\u0026lt;std::uint_least8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_least16_t.cpp\"\u003estd::atomic\u0026lt;std::int_least16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_least16_t.cpp\"\u003estd::atomic\u0026lt;std::uint_least16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_least32_t.cpp\"\u003estd::atomic\u0026lt;std::int_least32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_least32_t.cpp\"\u003estd::atomic\u0026lt;std::uint_least32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_least64_t.cpp\"\u003estd::atomic\u0026lt;std::int_least64_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_least64_t.cpp\"\u003estd::atomic\u0026lt;std::uint_least64_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_fast8_t.cpp\"\u003estd::atomic\u0026lt;std::int_fast8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_fast8_t.cpp\"\u003estd::atomic\u0026lt;std::uint_fast8_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_fast16_t.cpp\"\u003estd::atomic\u0026lt;std::int_fast16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_fast16_t.cpp\"\u003estd::atomic\u0026lt;std::uint_fast16_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_fast32_t.cpp\"\u003estd::atomic\u0026lt;std::int_fast32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_fast32_t.cpp\"\u003estd::atomic\u0026lt;std::uint_fast32_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_int_fast64_t.cpp\"\u003estd::atomic\u0026lt;std::int_fast64_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uint_fast64_t.cpp\"\u003estd::atomic\u0026lt;std::uint_fast64_t\u0026gt;\u003c/a\u003e\n\u003c!--\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_intptr_t.cpp\"\u003estd::atomic\u0026lt;std::intptr_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uintptr_t.cpp\"\u003estd::atomic\u0026lt;std::uintptr_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_size_t.cpp\"\u003estd::atomic\u0026lt;std::size_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_ptrdiff_t.cpp\"\u003estd::atomic\u0026lt;std::ptrdiff_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_intmax_t.cpp\"\u003estd::atomic\u0026lt;std::intmax_t\u0026gt;\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_atomic_std_uintmax_t.cpp\"\u003estd::atomic\u0026lt;std::uintmax_t\u0026gt;\u003c/a\u003e\n--\u003e\n\n\n### \u003ch3 id=\"cpp_11_template\"\u003e线程\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_thread.cpp\"\u003estd::thread\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_mutex.cpp\"\u003estd::mutex\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_lock.cpp\"\u003estd::lock\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_call_once.cpp\"\u003estd::call_once\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_atomic.cpp\"\u003estd::atomic\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_cond_ition_variable.cpp\"\u003estd::cond_ition_variable\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_async.cpp\"\u003estd::async\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_volatile.cpp\"\u003evolatile\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_future.cpp\"\u003estd::future\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_std_thread_std_thread_local.cpp\"\u003estd::thread_local\u003c/a\u003e\n\n\n### \u003ch3 id=\"cpp_11_exception\"\u003e异常\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_exception_ptr.cpp\"\u003estd::exception_ptr\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_make_exception_ptr.cpp\"\u003estd::make_exception_ptr\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_current_exception.cpp\"\u003estd::current_exception\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_rethrow_exception.cpp\"\u003estd::rethrow_exception\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_nested_exception.cpp\"\u003estd::nested_exception\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_throw_with_nested.cpp\"\u003estd::throw_with_nested\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_rethrow_if_nested.cpp\"\u003estd::rethrow_if_nested\u003c/a\u003e\n\u003c!--\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_noexcept.cpp\"\u003estd::noexcept\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_exception_std_terminate_handler.cpp\"\u003estd::terminate_handler\u003c/a\u003e\n--\u003e\n### \u003ch3 id=\"cpp_11_error\"\u003e错误\u003c/h3\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_error_std_error_category.cpp\"\u003estd::error_category\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_error_std_generic_category.cpp\"\u003estd::generic_category\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_error_std_error_condition.cpp\"\u003estd::error_condition\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_error_std_errc.cpp\"\u003estd::errc\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_error_std_error_code.cpp\"\u003estd::error_code\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/003_error_std_system_error.cpp\"\u003estd::system_error\u003c/a\u003e\n\n\n### \u003ch3 id=\"cpp_11_keywords\"\u003e新语法\u003c/h3\u003e\n\n#### \u003ch5 id=\"cpp_11_new_pretreatment\"\u003e预处理\u003c/h5\u003e\n\n* \u003cp\u003e语法：__pragma(字符串字面量)\u003c/p\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_pragma.cpp\"\u003e_Pragma运算符\u003c/a\u003e\n\n#### \u003ch5 id=\"cpp_11_cplusplus_macro\"\u003eC++宏(cplusplus macro)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_cpluscplus.h\"\u003e_cplusplus宏\u003c/a\u003e\n\n#### \u003ch5 id=\"cpp_11_for\"\u003e基于范围的for语句\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_for_loop.cpp\"\u003efor循环 for(x:range)\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_alignment_support\"\u003e对齐支持(alignment support)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_alignof.cpp\"\u003ealignof\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_alignas.cpp\"\u003ealignas\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_alignment_of.cpp\"\u003estd::alignment_of\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_aligned_storage.cpp\"\u003estd::aligned_storage\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_max_align_t.cpp\"\u003estd::max_align_t\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_align.cpp\"\u003estd::align\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_explicit_conversion_operators\"\u003e显式转换操作符(explicit conversion operators)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_explicit.cpp\"\u003eexplicit关键字\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_static_assert\"\u003e静态断言(static assert)\u003c/h5\u003e\n\n* \u003cp\u003e语法：static_assert(常量表达式，\"提示字符串\")\u003c/p\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_static_assert.cpp\"\u003estatic assert\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_numeric_limits\"\u003e数字限制(numeric limits)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_numeric_limits.cpp\"\u003e数字限制\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_raw_string\"\u003e原始字符串(raw string)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_raw_string.cpp\"\u003e原始字符串\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_trailing_return_type_syntax\"\u003e追踪返回类型语法(trailing return type syntax)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_trailing_return_type_syntax.cpp\"\u003e追踪返回类型语法\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_extended_friend_syntax\"\u003e扩展的friend语法(extended friend syntax)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_extended_friend_syntax.cpp\"\u003e扩展的friend语法\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_extended_integer_types\"\u003e扩展的整型(extended integer types)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_extended_integer_types.cpp\"\u003e扩展的整型\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_unrestricted_union\"\u003e非受限联合体(unrestricted union)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_unrestricted_union.cpp\"\u003e非受限联合体\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_lnline_namespace\"\u003e内联名字空间(lnline namespace)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_lnline.cpp\"\u003e内联名字空间\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_user_defined_literals\"\u003e用户定义的字面量(user-defined literals)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_user_defined_literals.cpp\"\u003e用户定义的字面量\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_enum_class\"\u003e强类型枚举(scoped and strongly typed enums)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_scoped_and_strongly_typed_enums.cpp\"\u003e强类型枚举\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_random_device\"\u003e随机装置(random device)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_random_device.cpp\"\u003erandom device\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_stdref_std_cref\"\u003estd::ref和std::cref\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_stdref_stdcref.cpp\"\u003estd::ref和std::cref\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_constexpr\"\u003e常量表达式(constexpr)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_constexpr.cpp\"\u003econstexpr\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_lamda\"\u003elamda表达式\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_lamda.cpp\"\u003elamda表达式\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_nullptr\"\u003e指针空值(nullptr)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_nullptr.cpp\"\u003enullptr\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_preventing_narrowing\"\u003e防止类型收窄(Preventing narrowing)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_preventing_narrowing.cpp\"\u003e防止类型收窄\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_initializer_lists\"\u003e初始化列表(initializer lists)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_initializer_lists01.cpp\"\u003e初始化列表——Initializer List\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_initializer_lists02.cpp\"\u003einitializer_list\u003cT\u003e(作入参)\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_Uniform_initialization_syntax_and_semantics\"\u003e统一的初始化语法和语义(Uniform initialization syntax and semantics)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_Uniform_initialization_syntax_and_semantics.cpp\"\u003e统一的初始化语法和语义\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_POD\"\u003ePOD(plain old data)\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_POD.cpp\"\u003ePOD\u003c/a\u003e\n\t\t\t\t\t\t\t\n####  \u003ch5 id=\"cpp_11_POD\"\u003elong long整型\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_long_long.cpp\"\u003elong long\u003c/a\u003e\n\t\n####  \u003ch5 id=\"cpp_11_move_semantics\"\u003e移动语义(move semantics)\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_move_semantics.cpp\"\u003emove semantics\u003c/a\u003e\n\t\n####  \u003ch5 id=\"cpp_11_rvalue_reference\"\u003e右值引用(rvalue reference)\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_rvalue_reference.cpp\"\u003ervalue reference\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_c99\"\u003ec99特性(c99)\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_c99.cpp\"\u003ec99特性\u003c/a\u003e\n\n####  \u003ch5 id=\"cpp_11_SFINAE\"\u003e一般化的SFINAE规则(generalized SFINAE rules)\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_11/002_grammar_SFINAE.cpp\"\u003egeneralized SFINAE rules\u003c/a\u003e\n\t\n-----\t\n\t\n\u003cdiv  id=\"cpp_14\" align=center\u003e\n\t\n\u003cimg width=\"30%\" height=\"30%\" src=\"https://user-images.githubusercontent.com/87457873/134302218-7e6d1586-7210-4121-8aa0-244ddb37572a.jpg\"/\u003e\n\n\u003c/div\u003e\t\t\n\t\n\n### \u003ch3 id=\"cpp_14_RTTI\"\u003e类型支持（基本类型、RTTI、类型特性）\u003c/h3\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_type_traits\"\u003eDefined in header\u0026lt;type_traits\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_type_traits_is_null_pointer.cpp\"\u003e检查类型是否为 std::nullptr_t\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_type_traits_is_final.cpp\"\u003eis_final(检查类型是否为 final 类类型)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_utility\"\u003eDefined in header\u0026lt;utility\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_utility_exchange.cpp\"\u003eexchange(将实参替换为一个新值，并返回其先前值)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_utility_integer_sequence.cpp\"\u003einteger_sequence(实现编译时整数数列)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header\u0026lt;initializer_list\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_initializer_list_rbegin.cpp\"\u003erbegin(返回指向一个容器或数组的逆向迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_initializer_list_crbegin.cpp\"\u003ecrbegin(返回指向一个容器或数组的逆向迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_initializer_list_rend.cpp\"\u003erend(返回容器或数组的逆向尾迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_initializer_list_crend.cpp\"\u003ecrend(返回容器或数组的逆向尾迭代器)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header\u0026lt;iterator\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in namespace std\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_iterator_make_reverse_iterator.cpp\"\u003emake_reverse_iterator(创建拥有从实参推出的类型的 std::reverse_iterator)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;array\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;deque\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;forward_list\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;iterator\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;list\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;map\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;regex\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;set\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;span\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;string\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;string_view\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;unordered_map\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;unordered_set\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;vector\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in namespace std\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_begin.cpp\"\u003ebegin(返回指向容器或数组起始的迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_cbegin.cpp\"\u003ecbegin(返回指向容器或数组起始的迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_end.cpp\"\u003eend(返回指向容器或数组结尾的迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_cend.cpp\"\u003ecend(返回指向容器或数组结尾的迭代器)\u003c/a\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_rbegin.cpp\"\u003erbegin(返回指向一个容器或数组的逆向迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_crbegin.cpp\"\u003ecrbegin(返回指向一个容器或数组的逆向迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_rend.cpp\"\u003erend(返回容器或数组的逆向尾迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_14/001_stl_crend.cpp\"\u003ecrend(返回容器或数组的逆向尾迭代器)\u003c/a\u003e\t\n\n\n\u003c!--\t\n* [函数返回值类型推导](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_01)\n* [lambda参数auto](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_02)\n* [变量模板](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_03)\n* [别名模板](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_04)\n* [[[deprecated]]标记](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_05)\n* [二进制字面量与整形字面量分隔符](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_06)\n* [std::make_unique](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_07)\n* [std::shared_timed_mutex与std::shared_lock](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_08)\n* [std::integer_sequence](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_09)\n* [std::exchange](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_10)\n* [std::quoted](https://github.com/0voice/cpp_new_features/blob/main/cpp_14/README.md#cpp_14_11)\n--\u003e\n\t\n-----\n\n\u003cdiv id=\"cpp_17\" align=center\u003e\n\t\n\u003cimg width=\"30%\" height=\"30%\" src=\"https://user-images.githubusercontent.com/87457873/134302312-2c3ddfc0-7942-4263-9b02-4cec08c18e2f.jpg\"/\u003e\n\n\u003c/div\u003e\t\n\t\n\n### \u003ch3 id=\"cpp_17_keywords\"\u003e关键字\u003c/h3\u003e\n\n#### \u003ch5 id=\"cpp_17_meaning_changed__OR__new_meaning_added\"\u003e含义变化或者新增含义关键字（meaning changed or new meaning added）\u003c/h5\u003e\n\n* [register](https://github.com/0voice/cpp_new_features/blob/main/cpp_17/001_keywords_README.md#register)\n\t\n### \u003ch3 id=\"cpp_17_RTTI\"\u003e类型支持（基本类型、RTTI、类型特性）\u003c/h3\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_type_traits\"\u003eDefined in header\u0026lt;type_traits\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_byte.cpp\"\u003ebyte(字节类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_aggregate.cpp\"\u003eis_aggregate(检查类型是否聚合类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_swappable_with.cpp\"\u003eis_swappable_with(检查一个类型的对象是否能与同类型或不同类型的对象交换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_swappable.cpp\"\u003eis_swappable(检查一个类型的对象是否能与同类型或不同类型的对象交换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_nothrow_swappable_with.cpp\"\u003eis_nothrow_swappable_with(检查一个类型的对象是否能与同类型或不同类型的对象交换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_nothrow_swappable.cpp\"\u003eis_nothrow_swappable(检查一个类型的对象是否能与同类型或不同类型的对象交换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_invocable.cpp\"\u003eis_invocable(检查类型能否以给定的实参类型调用（如同以 std::invoke）)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_invocable_r.cpp\"\u003eis_invocable_r(检查类型能否以给定的实参类型调用（如同以 std::invoke）)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_nothrow_invocable.cpp\"\u003eis_nothrow_invocable(检查类型能否以给定的实参类型调用（如同以 std::invoke）)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_is_nothrow_invocable_r.cpp\"\u003eis_nothrow_invocable_r(检查类型能否以给定的实参类型调用（如同以 std::invoke）)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_invoke_result.cpp\"\u003einvoke_result(推导以一组实参调用一个可调用对象的结果类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_void_t.cpp\"\u003evoid_t(变参别名模板)\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_conjunction.cpp\"\u003econjunction(变参的逻辑与元函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_disjunction.cpp\"\u003edisjunction(变参的逻辑或元函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_ndisjunctionegation.cpp\"\u003endisjunctionegation(逻辑非元函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/002_type_traits_integral_constant.cpp\"\u003eintegral_constant(具有指定值的指定类型的编译期常量)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_utility\"\u003eDefined in header\u0026lt;utility\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_as_const.cpp\"\u003eas_const(获得到其实参的 const 引用)\u003c/a\u003e\n\u003c!--\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_in_place.cpp\"\u003ein_place(原位构造标签)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_in_place_type.cpp\"\u003ein_place_type(原位构造标签)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_in_place_index.cpp\"\u003ein_place_index(原位构造标签)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_in_place_t.cpp\"\u003ein_place_t(原位构造标签)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_in_place_type_t.cpp\"\u003ein_place_type_t(原位构造标签)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/003_utility_in_place_index_t.cpp\"\u003ein_place_index_t(原位构造标签)\u003c/a\u003e\n--\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_tuple\"\u003eDefined in header\u0026lt;tuple\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/004_tuple_apply.cpp\"\u003eapply(以一个实参的元组来调用函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/004_tuple_make_from_tuple.cpp\"\u003emake_from_tuple(以一个实参元组构造对象)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_optional\"\u003eDefined in header\u0026lt;optional\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_optional.cpp\"\u003eoptional(可能或可能不保有一个对象的包装器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_make_optional.cpp\"\u003emake_optional(创建一个 optional 对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_std_swap.cpp\"\u003estd::swap(std::optional)(特化 std::swap 算法)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_std_hash.cpp\"\u003estd::hash\u0026lt;std::optional\u0026gt;(特化 std::hash 算法)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_nullopt_t.cpp\"\u003enullopt_t(带未初始化状态的 optional 类型的指示器)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_bad_optional_access.cpp\"\u003ebad_optional_access(指示进行了到不含值的 optional 的有检查访问的异常)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/005_optional_nullopt.cpp\"\u003enullopt(nullopt_t 类型对象)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_variant\"\u003eDefined in header\u0026lt;variant\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_variant.cpp\"\u003evariant(类型安全的可辨识联合体)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_visit.cpp\"\u003evisit(以一或多个 variant 所保有的各实参调用所提供的函数对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_holds_alternative.cpp\"\u003eholds_alternative(检查某个 variant 是否当前持有某个给定类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_std_get.cpp\"\u003estd::get(std::variant)(以给定索引或类型（若类型唯一）读取 variant 的值，错误时抛出异常)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_get_if.cpp\"\u003eget_if(以给定索引或类型（若其唯一），获得指向被指向的 variant 的值的指针，错误时返回空指针)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_std_swap.cpp\"\u003estd::swap(std::variant)(特化 std::swap 算法)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_monostate.cpp\"\u003emonostate(用作非可默认构造类型的 variant 的首个可选项的占位符类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_bad_variant_access.cpp\"\u003ebad_variant_access(非法地访问 variant 的值时抛出的异常)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_variant_size.cpp\"\u003evariant_size(在编译时获得 variant 可选项列表的大小)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_variant_size_v.cpp\"\u003evariant_size_v(在编译时获得 variant 可选项列表的大小)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_variant_alternative.cpp\"\u003evariant_alternative(在编译时获得以其下标指定的可选项的类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_variant_alternative_t.cpp\"\u003evariant_alternative_t(在编译时获得以其下标指定的可选项的类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_std_hash.cpp\"\u003estd::hash\u0026lt;std::variant\u0026gt;(特化 std::hash 算法)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/006_variant_variant_npos.cpp\"\u003evariant_npos(非法状态的 variant 的下标)\u003c/a\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_any\"\u003eDefined in header\u0026lt;any\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/007_any_any.cpp\"\u003eany(可保有任何可复制构造 (CopyConstructible) 类型的实例的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/007_any_std_swap.cpp\"\u003estd::swap(std::any)(特化 std::swap 算法)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/007_any_any_cast.cpp\"\u003eany_cast(对被容纳对象的类型安全访问)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/007_any_make_any.cpp\"\u003emake_any(创建 any 对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/007_any_bad_any_cast.cpp\"\u003ebad_any_cast(当类型不匹配时按值返回形式的 any_cast 所抛出的异常)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_charconv\"\u003eDefined in header\u0026lt;charconv\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/008_charconv_to_chars.cpp\"\u003eto_chars(转换整数或浮点值到字符序列象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/008_charconv_from_chars.cpp\"\u003efrom_chars(转换字符序列到整数或浮点值)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/008_charconv_chars_format.cpp\"\u003echars_format(指定 std::to_chars 和 std::from_chars 所用的格式)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header\u0026lt;initializer_list\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/009_initializer_list_empty.cpp\"\u003eempty(检查容器是否为空)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/009_initializer_list_data.cpp\"\u003edata(获得指向底层数组的指针)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_17_Containers_library\"\u003e容器库\u003c/h3\u003e\n### \u003ch5 id=\"cpp_headfile_map\"\u003eDefined in header\u0026lt;map\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/010_map_insert_or_assign.cpp\"\u003einsert_or_assign(插入元素，或若键已存在则赋值给当前元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/010_map_try_emplace.cpp\"\u003etry_emplace(若键不存在则原位插入，若键存在则不做任何事)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/010_map_extract.cpp\"\u003eextract(从另一容器释出结点)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/010_map_merge.cpp\"\u003emerge(从另一容器接合结点)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_unordered_map\"\u003eDefined in header\u0026lt;unordered_map\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/011_unordered_map_insert_or_assign.cpp\"\u003einsert_or_assign(插入元素，或若键已存在则赋值给当前元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/011_unordered_map_try_emplace.cpp\"\u003etry_emplace(若键不存在则原位插入，若键存在则不做任何事)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/011_unordered_map_extract.cpp\"\u003eextract(从另一容器释出结点)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/011_unordered_map_merge.cpp\"\u003emerge(从另一容器接合结点)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;array\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;deque\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;forward_list\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;iterator\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;list\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;map\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;regex\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;set\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;span\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;string\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;string_view\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;unordered_map\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;unordered_set\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;vector\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in namespace std\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/012_stl_size.cpp\"\u003esize(返回容器或数组的大小)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/012_stl_empty.cpp\"\u003eempty(检查容器是否为空)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_17/012_stl_data.cpp\"\u003edata(获得指向底层数组的指针)\u003c/a\u003e\n\n---- \n\t\n\u003cdiv id=\"cpp_20\" align=center\u003e\n\t\n\u003cimg width=\"30%\" height=\"30%\" src=\"https://user-images.githubusercontent.com/87457873/134302390-53b4bfe7-eb75-4325-8376-dabd620c3a9d.jpg\"/\u003e\n\n\u003c/div\u003e\t\t\n\t\n### \u003ch3 id=\"cpp_20_keywords\"\u003e关键字\u003c/h3\u003e\n\n#### \u003ch5 id=\"cpp_20_new_keywords\"\u003e新增关键字\u003c/h5\u003e\n\n* [char8_t](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#char8_t)\n* [concept](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#concept)\n* [consteval](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#consteval)\n* [co_await](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#co_await)\n* [co_return](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#co_return)\n* [co_yield](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#co_yield)\n* [requires](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#requires)\n\t\n#### \u003ch5 id=\"cpp_20_meaning_changed__OR__new_meaning_added\"\u003e含义变化或者新增含义关键字（meaning changed or new meaning added）\u003c/h5\u003e\n\n* [export](https://github.com/0voice/cpp_new_features/blob/main/cpp_20/001_keywords_README.md#export)\n\t\n### \u003ch3 id=\"cpp_20_RTTI\"\u003e类型支持（基本类型、RTTI、类型特性）\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_type_traits\"\u003eDefined in header\u0026lt;type_traits\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_bounded_array.cpp\"\u003eis_bounded_array(检查类型是否为有已知边界的数组类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_unbounded_array.cpp\"\u003eis_unbounded_array(检查类型是否为有未知边界的数组类型)\u003c/a\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_layout_compatible.cpp\"\u003eis_layout_compatible(检查二个类型是否布局兼容)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_pointer_interconvertible_base_of.cpp\"\u003eis_pointer_interconvertible_base_of(检查一个类型是否为另一类型的指针可互转换（起始）基类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_pointer_interconvertible_with_class.cpp\"\u003eis_pointer_interconvertible_with_class(检查一个类型的对象是否与该类型的指定子对象指针可互转换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_corresponding_member.cpp\"\u003eis_corresponding_member(检查二个指定成员是否在二个指定类型中的公共起始序列中彼此对应)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_nothrow_convertible.cpp\"\u003eis_nothrow_convertible(检查是否能转换一个类型为另一类型)\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_remove_cvref.cpp\"\u003eremove_cvref(将 std::remove_cv 与 std::remove_reference 结合)\u003c/a\u003e\n\u003c!--\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_common_reference.cpp\"\u003ecommon_reference(确定类型组的共用引用类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_basic_common_reference.cpp\"\u003ebasic_common_reference(确定类型组的共用引用类型)\u003c/a\u003e\n--\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_type_identity.cpp\"\u003etype_identity(返回不更改的类型实参)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/002_rtti_is_constant_evaluated.cpp\"\u003eis_constant_evaluated(检测调用是否在常量求值的语境内发生)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_20_Coroutine\"\u003e协程支持\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_coroutine\"\u003eDefined in header\u0026lt;coroutine\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_coroutine_traits.cpp\"\u003ecoroutine_traits(用于发现协程承诺类型的特征类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_coroutine_handle.cpp\"\u003ecoroutine_handle(用于指代暂停或执行的协程)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_noop_coroutine.cpp\"\u003enoop_coroutine(创建在等待或销毁时无操作的协程柄)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_noop_coroutine_promise.cpp\"\u003enoop_coroutine_promise(用于无可观察作用的协程)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_noop_coroutine_handle.cpp\"\u003enoop_coroutine_handle(std::coroutine_handle\u0026lt;std::noop_coroutine_promise\u0026gt; ，有意用于指代无操作协程)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_suspend_never.cpp\"\u003esuspend_never(指示 await 表达式应该决不暂停)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/003_rtti_suspend_always.cpp\"\u003esuspend_always(指示 await 表达式应该始终暂停)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_20_compare\"\u003e三路比较\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_compare\"\u003eDefined in header\u0026lt;compare\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_std_coroutine_traits.cpp\"\u003estd::coroutine_traits\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_std_coroutine_handle.cpp\"\u003estd::coroutine_handle\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_three_way_comparable.cpp\"\u003ethree_way_comparable(指定运算符 \u003c=\u003e 在给定类型上产生一致的结果)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_three_way_comparable_with.cpp\"\u003ethree_way_comparable_with(指定运算符 \u003c=\u003e 在给定类型上产生一致的结果)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_partial_ordering.cpp\"\u003epartial_ordering(三路比较的结果类型，支持所有 6 种运算符，不可替换，并允许不可比较的值)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_weak_ordering.cpp\"\u003eweak_ordering(三路比较的结果类型，支持所有 6 种运算符且不可替换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_strong_ordering.cpp\"\u003estrong_ordering(三路比较的结果类型，支持所有 6 种运算符且可替换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_is_eq.cpp\"\u003eis_eq(具名比较函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_is_neq.cpp\"\u003eis_neq(具名比较函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_is_lt.cpp\"\u003eis_lt(具名比较函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_is_lteq.cpp\"\u003eis_lteq(具名比较函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_is_gt.cpp\"\u003eis_gt(具名比较函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_is_gteq.cpp\"\u003eis_gteq(具名比较函数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_compare_three_way.cpp\"\u003ecompare_three_way(实现 x \u003c=\u003e y 的函数对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_compare_three_way_result.cpp\"\u003ecompare_three_way_result(获得三路比较运算符 \u003c=\u003e 在给定类型上的结果)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_common_comparison_category.cpp\"\u003ecommon_comparison_category(给定的全部类型都能转换到的最强比较类别)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_strong_order.cpp\"\u003estrong_order(进行三路比较并产生 std::strong_ordering 类型结果)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_weak_order.cpp\"\u003eweak_order(进行三路比较并产生 std::weak_ordering 类型结果)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_partial_order.cpp\"\u003epartial_order(进行三路比较并产生 std::partial_ordering 类型结果)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_compare_strong_order_fallback.cpp\"\u003ecompare_strong_order_fallback(进行三路比较并产生 std::strong_ordering 类型的结果，即使 operator\u003c=\u003e 不可用)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_compare_weak_order_fallback.cpp\"\u003ecompare_weak_order_fallback(进行三路比较并产生 std::weak_ordering 类型的结果，即使 operator\u003c=\u003e 不可用)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/004_rtti_compare_compare_partial_order_fallback.cpp\"\u003ecompare_partial_order_fallback(进行三路比较并产生 std::partial_ordering 类型的结果，即使 operator\u003c=\u003e 不可用\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_concepts\"\u003eDefined in header\u0026lt;concepts\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/005_rtti_concepts_ranges_swap.cpp\"\u003eranges::swap(交换两个对象的值)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_utility\"\u003eDefined in header\u0026lt;utility\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/006_utility_cmp_equal.cpp\"\u003ecmp_equal(比较二个整数值，而无转换所致的值更改)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/006_utility_cmp_not_equal.cpp\"\u003ecmp_not_equal(比较二个整数值，而无转换所致的值更改)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/006_utility_cmp_less.cpp\"\u003ecmp_less(比较二个整数值，而无转换所致的值更改)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/006_utility_cmp_less_equal.cpp\"\u003ecmp_less_equal(比较二个整数值，而无转换所致的值更改)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/006_utility_cmp_greater_equal.cpp\"\u003ecmp_greater_equal(比较二个整数值，而无转换所致的值更改)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/006_utility_in_range.cpp\"\u003ein_range(检查整数值是否在给定整数类型的范围内)\u003c/a\u003e\n\n\u003c!--\n### \u003ch5 id=\"cpp_headfile_format\"\u003eDefined in header\u0026lt;format\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format.cpp\"\u003eformat(在新 string 中存储参数的格式化表示)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format_to.cpp\"\u003eformat_to(通过输出迭代器写其参数的格式化表示)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format_to_n.cpp\"\u003eformat_to_n(通过输出迭代器写其参数的格式化表示，不超出指定的大小)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_formatted_size.cpp\"\u003eformatted_size(确定存储其参数的格式化表示所需的字符数)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_vformat.cpp\"\u003evformat(std::format 的使用类型擦除的参数表示的非模板变体)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_vformat_to.cpp\"\u003evformat_to(std::format_to 的使用类型擦除的参数表示的非模板变体)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_formatter.cpp\"\u003eformatter(定义给定类型的格式化规则的类模板)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format_error.cpp\"\u003eformat_error(格式化错误时抛出的异常类型)\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_basic_format_arg.cpp\"\u003ebasic_format_arg(提供对用户定义格式化器的格式化参数的访问的类模板)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_basic_format_parse_context.cpp\"\u003ebasic_format_parse_context(格式化字符串分析器状态)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format_parse_context.cpp\"\u003eformat_parse_context(格式化字符串分析器状态)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_wformat_parse_context.cpp\"\u003ewformat_parse_context(格式化字符串分析器状态)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_basic_format_context.cpp\"\u003ebasic_format_context(格式化状态，包括所有格式化参数和输出迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format_context.cpp\"\u003eformat_context(格式化状态，包括所有格式化参数和输出迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_wformat_context.cpp\"\u003ewformat_context(格式化状态，包括所有格式化参数和输出迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_visit_format_arg.cpp\"\u003evisit_format_arg(用户定义格式化器的参数观览接口)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_make_format_args.cpp\"\u003emake_format_args(创建引用所有格式化参数的类型擦除对象，可转换到 format_args)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_make_wformat_args.cpp\"\u003emake_wformat_args(创建引用所有格式化参数的类型擦除对象，可转换到 format_args)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_basic_format_args.cpp\"\u003ebasic_format_args(提供对所有格式化参数的访问的类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_format_args.cpp\"\u003eformat_args(提供对所有格式化参数的访问的类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/007_format_wformat_args.cpp\"\u003ewformat_args(提供对所有格式化参数的访问的类)\u003c/a\u003e\n--\u003e\n\n### \u003ch5 id=\"cpp_headfile_memory\"\u003eDefined in header\u0026lt;memory\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_uninitialized_move.cpp\"\u003euninitialized_move(移动一个范围的对象到未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_uninitialized_move_n.cpp\"\u003euninitialized_move_n(移动一定数量对象到未初始化内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_uninitialized_default_construct.cpp\"\u003euninitialized_default_construct(在范围所定义的未初始化的内存区域以默认初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_uninitialized_default_construct_n.cpp\"\u003euninitialized_default_construct_n(在起始和计数所定义的未初始化内存区域用默认初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_uninitialized_value_construct.cpp\"\u003euninitialized_value_construct(在范围所定义的未初始化内存中用值初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_uninitialized_value_construct_n.cpp\"\u003euninitialized_value_construct_n(在起始和计数所定义的未初始化内存区域以值初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_destroy_at.cpp\"\u003edestroy_at(销毁在给定地址的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_destroy.cpp\"\u003edestroy(销毁一个范围中的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/008_memory_destroy_n.cpp\"\u003edestroy_n(销毁范围中一定数量的对象)\u003c/a\u003e\n\n\t\n\u003c!--\n### \u003ch5 id=\"cpp_headfile_concepts\"\u003eDefined in header\u0026lt;memory_resource\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_polymorphic_allocator.cpp\"\u003epolymorphic_allocator(以 std::memory_resource 构造，支持基于它的运行时多态的分配器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_memory_resource.cpp\"\u003ememory_resource(一个抽象接口，用于各种封装内存资源的类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_new_delete_resource.cpp\"\u003enew_delete_resource(返回一个静态的程序范围 std::pmr::memory_resource，它使用全局 operator new 与 operator delete 分配和解分配内存\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_null_memory_resource.cpp\"\u003enull_memory_resource(返回一个不进行任何分配的静态 std::pmr::memory_resource)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_get_default_resource.cpp\"\u003eget_default_resource(获取缺省 std::pmr::memory_resource)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_set_default_resource.cpp\"\u003eset_default_resource(设置缺省 std::pmr::memory_resource)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_pool_options.cpp\"\u003epool_options(一组池资源的构造函数选项)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_synchronized_pool_resource.cpp\"\u003esynchronized_pool_resource(线程安全的 std::pmr::memory_resource，用于管理具有不同块大小的池中的分配)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_unsynchronized_pool_resource.cpp\"\u003eunsynchronized_pool_resource(线程不安全的 std::pmr::memory_resource，用于管理具有不同块大小的池中的分配)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/009_memory_resource_monotonic_buffer_resource.cpp\"\u003emonotonic_buffer_resource(一种特殊用途的 std::pmr::memory_resource，仅在资源被销毁时才释放所分配内存)\u003c/a\u003e\t\n--\u003e\n\n### \u003ch3 id=\"cpp_20_compare\"\u003eConcepts library(概念库)\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_concepts\"\u003eDefined in header\u0026lt;concepts\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_same_as.cpp\"\u003esame_as(指定一个类型与另一类型相同)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_derived_from.cpp\"\u003ederived_from(指定一个类型派生自另一类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_convertible_to.cpp\"\u003econvertible_to(指定一个类型能隐式转换成另一类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_common_reference_with.cpp\"\u003ecommon_reference_with(指定两个类型共有一个公共引用类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_common_with.cpp\"\u003ecommon_with(指定两个类型共有一个公共类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_integral.cpp\"\u003eintegral(指定类型为整型类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_signed_integral.cpp\"\u003esigned_integral(指定类型为有符号的整型类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_unsigned_integral.cpp\"\u003eunsigned_integral(指定类型为无符号的整型类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_floating_point.cpp\"\u003efloating_point(指定类型为浮点类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_assignable_from.cpp\"\u003eassignable_from(指定一个类型能从另一类型赋值)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_swappable.cpp\"\u003eswappable(指定一个类型能进行交换，或两个类型能彼此交换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_swappable_with.cpp\"\u003eswappable_with(指定一个类型能进行交换，或两个类型能彼此交换)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_destructible.cpp\"\u003edestructible(指定能销毁该类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_constructible_from.cpp\"\u003econstructible_from(指定该类型的变量能从一组实参类型进行构造，或绑定到一组实参类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_default_initializable.cpp\"\u003edefault_initializable(指定能默认构造一个类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_move_constructible.cpp\"\u003emove_constructible(指定能移动构造一个类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_copy_constructible.cpp\"\u003ecopy_constructible(指定能复制构造和移动构造一个类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_boolean_testable.cpp\"\u003eboolean-testable(指定能用于布尔语境的类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_equality_comparable.cpp\"\u003eequality_comparable(指定运算符 == 为等价关系)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_equality_comparable_with.cpp\"\u003eequality_comparable_with(指定运算符 == 为等价关系)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_totally_ordered.cpp\"\u003etotally_ordered(指定比较运算符在该类型上产生全序)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_totally_ordered_with.cpp\"\u003etotally_ordered_with(指定比较运算符在该类型上产生全序)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_movable.cpp\"\u003emovable(指定能移动及交换一个类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_copyable.cpp\"\u003ecopyable(指定能复制、移动及交换一个类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_semiregular.cpp\"\u003esemiregular(指定能赋值、移动、交换及默认构造一个类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_regular.cpp\"\u003eregular(指定类型为正则，即它既为 semiregular 亦为 equality_comparable)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_invocable.cpp\"\u003einvocable(指定能以给定的一组实参类型调用的可调用类型)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_regular_invocable.cpp\"\u003eregular_invocable(指定能以给定的一组实参类型调用的可调用类型)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_predicate.cpp\"\u003epredicate(指定可调用类型为布尔谓词)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_relation.cpp\"\u003erelation(指定可调用类型为二元关系)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_equivalence_relation.cpp\"\u003eequivalence_relation(指定 relation 施加等价关系)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/010_concepts_strict_weak_order.cpp\"\u003estrict_weak_order(指定一个 relation 所强加的是严格弱序)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_20_memory\"\u003e动态内存管理\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_memory\"\u003eDefined in header\u0026lt;memory\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_uses_allocator_construction_args.cpp\"\u003euses_allocator_construction_args(准备匹配给定类型所要求的使用分配器构造的口味的参数列表)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_make_obj_using_allocator.cpp\"\u003emake_obj_using_allocator(以使用分配器构造的手段创建给类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_uninitialized_construct_using_allocator.cpp\"\u003euninitialized_construct_using_allocator(以使用分配器构造的手段在指定的内存位置创建给定类型的对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_construct_at.cpp\"\u003econstruct_at(在给定地址创建对象)\u003c/a\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_no-throw-input-iterator.cpp\"\u003eno-throw-input-iterator(指定迭代器、哨位和范围上的某些操作不抛出)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_no-throw-forward-iterator.cpp\"\u003eno-throw-forward-iterator(指定迭代器、哨位和范围上的某些操作不抛出)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_no-throw-sentinel-for.cpp\"\u003eno-throw-sentinel-for(指定迭代器、哨位和范围上的某些操作不抛出)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_no-throw-input-range.cpp\"\u003eno-throw-input-range(指定迭代器、哨位和范围上的某些操作不抛出)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_no-throw-forward-range.cpp\"\u003eno-throw-forward-range(指定迭代器、哨位和范围上的某些操作不抛出)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_copy.cpp\"\u003eranges::uninitialized_copy(复制元素范围到未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_copy_n.cpp\"\u003eranges::uninitialized_copy_n(复制一定量元素到未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_fill.cpp\"\u003eranges::uninitialized_fill(复制一个对象到范围所定义的未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_fill_n.cpp\"\u003eranges::uninitialized_fill_n(复制一个对象到起始与计数所定义的未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_move.cpp\"\u003eranges::uninitialized_move(移动对象范围到未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_move_n.cpp\"\u003eranges::uninitialized_move_n(移动一定量对象到未初始化的内存区域)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_default_construct.cpp\"\u003eranges::uninitialized_default_construct(在范围所定义的未初始化的内存区域以默认初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_default_construct_n.cpp\"\u003eranges::uninitialized_default_construct_n(在起始与计数所定义的未初始化的内存区域以默认初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_value_construct.cpp\"\u003eranges::uninitialized_value_construct(在范围所定义的未初始化的内存区域以值初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_uninitialized_value_construct_n.cpp\"\u003eranges::uninitialized_value_construct_n(在起始与计数所定义的未初始化的内存区域以值初始化构造对象)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_destroy_at.cpp\"\u003eranges::destroy_at(销毁位于给定地址的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_destroy.cpp\"\u003eranges::destroy(销毁范围中的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_destroy_n.cpp\"\u003eranges::destroy_n(销毁范围中一定量的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_ranges_construct_at.cpp\"\u003eranges::construct_at(在给定地址创建对象)\u003c/a\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_to_address.cpp\"\u003eto_address(从指针式类型获得裸指针)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/011_memory_assume_aligned.cpp\"\u003eassume_aligned(告知编译器指针已对齐)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_20_memory\"\u003e日期和时间工具\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_chrono\"\u003eDefined in header\u0026lt;chrono\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_is_clock.cpp\"\u003eis_clock(确定类型是否为时钟 (Clock))\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_is_clock_v.cpp\"\u003eis_clock_v(确定类型是否为时钟 (Clock))\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_utc_clock.cpp\"\u003eutc_clock(协调世界时 (UTC) 的时钟 (Clock))\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_tai_clock.cpp\"\u003etai_clock(国际原子时 (TAI) 的时钟 (Clock))\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_gps_clock.cpp\"\u003egps_clock(GPS 时间的时钟 (Clock))\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_file_clock.cpp\"\u003efile_clock(用于文件时间的时钟 (Clock))\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_local_t.cpp\"\u003elocal_t(表示本地时间的伪时钟)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_clock_time_conversion.cpp\"\u003eclock_time_conversion(定义如何转换一个时钟的时间点为另一个的特性类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_clock_cast.cpp\"\u003eclock_cast(转换一个时钟的时间点为另一个)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_time_of_day.cpp\"\u003etime_of_day(表示一日中的时间)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_is_am.cpp\"\u003eis_am(在 12 时和 24 时格式当天时刻之间翻译)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_is_pm.cpp\"\u003eis_pm(在 12 时和 24 时格式当天时刻之间翻译)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_make12.cpp\"\u003emake12(在 12 时和 24 时格式当天时刻之间翻译)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_make24.cpp\"\u003emake24(在 12 时和 24 时格式当天时刻之间翻译)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_last_spec.cpp\"\u003elast_spec(指示一个月中最后日期或星期的标签类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_day.cpp\"\u003eday(表示月之日期)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_month.cpp\"\u003emonth(表示年之月份)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_year.cpp\"\u003eyear(表示格里高利历中的年)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_weekday.cpp\"\u003eweekday(表示格里高利历中星期之日)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_weekday_indexed.cpp\"\u003eweekday_indexed(表示月份的第 n 个 weekday)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_weekday_last.cpp\"\u003eweekday_last(表示月份的最后一个 weekday)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_month_day.cpp\"\u003emonth_day(表示特定 month 的特定 day)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_month_day_last.cpp\"\u003emonth_day_last(表示特定 month 的最后一日)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_month_weekday.cpp\"\u003emonth_weekday(表示特定 month 的第 n 个 weekday)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_month_weekday_last.cpp\"\u003emonth_weekday_last(表示特定 month 的最后一个 weekday)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_year_month.cpp\"\u003eyear_month(表示特定 year 的特定 month)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_year_month_day.cpp\"\u003eyear_month_day(表示特定的 year 、 month 和 day)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_year_month_day_last.cpp\"\u003eyear_month_day_last(表示特定 year 和 month 的最后一日)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_year_month_weekday.cpp\"\u003eyear_month_weekday(表示特定 year 和 month 的第 n 个 weekday)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_year_month_weekday_last.cpp\"\u003eyear_month_weekday_last(表示特定 year 和 month 的最后一个 weekday)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_operator.cpp\"\u003eoperator/(创建格里高利历日期的约定语法)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_tzdb.cpp\"\u003etzdb(描述 IANA 时区数据库的副本)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_tzdb_list.cpp\"\u003etzdb_list(表示 tzdb 的链表)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_get_tzdb.cpp\"\u003eget_tzdb(访问和控制全球时区数据库信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_get_tzdb_list.cpp\"\u003eget_tzdb_list(访问和控制全球时区数据库信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_reload_tzdb.cpp\"\u003ereload_tzdb(访问和控制全球时区数据库信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_remote_version.cpp\"\u003eremote_version(访问和控制全球时区数据库信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_locate_zone.cpp\"\u003elocate_zone(定位基于其名称的 time_zone)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_current_zone.cpp\"\u003ecurrent_zone(返回当前的 time_zone)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_time_zone.cpp\"\u003etime_zone(表示时区)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_sys_info.cpp\"\u003esys_info(表示在特定时间点的关于时区的信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_local_info.cpp\"\u003elocal_info(表示关于从本地时间转换到 UNIX 时间的信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_choose.cpp\"\u003echoose(选择应如何解析歧义的本地时间)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_zoned_traits.cpp\"\u003ezoned_traits(zoned_time 所用的时区指针的特性类)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_zoned_time.cpp\"\u003ezoned_time(表示时区和时间点)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_leap_second.cpp\"\u003eleap_second(含有关于插入闰秒的信息)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_time_zone_link.cpp\"\u003etime_zone_link(表示时区的替用名)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_nonexistent_local_time.cpp\"\u003enonexistent_local_time(抛出以报告本地时间不存在的异常)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_ambiguous_local_time.cpp\"\u003eambiguous_local_time(抛出以报告本地时间有歧义的异常)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/012_chrono_parse.cpp\"\u003eparse(从流分析 chrono 对象)\u003c/a\u003e\n\t\n### \u003ch3 id=\"cpp_20_string\"\u003e字符串\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_string\"\u003eDefined in header\u0026lt;string\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/013_string_starts_with.cpp\"\u003estarts_with(检查 string 是否始于给定前缀)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/013_string_ends_with.cpp\"\u003eends_with(检查 string 是否终于给定后缀)\u003c/a\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_string_view\"\u003eDefined in header\u0026lt;string_view\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/014_string_view_starts_with.cpp\"\u003estarts_with(检查 string_view 是否始于给定前缀)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/014_string_view_ends_with.cpp\"\u003eends_with(检查 string_view 是否终于给定后缀)\u003c/a\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_cuchar\"\u003eDefined in header\u0026lt;cuchar\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/015_cuchar_mbrtoc8.cpp\"\u003embrtoc8(转换窄多字节字符为 UTF-8 编码)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/015_cuchar_c8rtomb.cpp\"\u003ec8rtomb(转换 UTF-8 字符串为窄多字节编码)\u003c/a\u003e\t\n\n### \u003ch3 id=\"cpp_20_Containers_library\"\u003e容器库\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_array\"\u003eDefined in header\u0026lt;array\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/016_array_to_array.cpp\"\u003eto_array(从内建数组创建 std::array 对象)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_vector\"\u003eDefined in header\u0026lt;vector\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/017_vector_erase.cpp\"\u003eerase(std::vector)(擦除所有满足特定判别标准的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/017_vector_erase_if.cpp\"\u003eerase_if(std::vector)(擦除所有满足特定判别标准的元素)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_map\"\u003eDefined in header\u0026lt;map\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/018_map_contains.cpp\"\u003econtains(检查容器是否含有带特定键的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/018_map_erase_if.cpp\"\u003eerase_if(std::map)(擦除所有满足特定判别标准的元素)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_unordered_map\"\u003eDefined in header\u0026lt;unordered_map\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/019_unordered_map_contains.cpp\"\u003econtains(检查容器是否含有带特定键的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/019_unordered_map_erase_if.cpp\"\u003eerase_if(std::unordered_map)(擦除所有满足特定判别标准的元素)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in header\u0026lt;span\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_begin.cpp\"\u003ebegin(返回指向起始的迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_end.cpp\"\u003eend(返回指向末尾的迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_rbegin.cpp\"\u003erbegin(返回指向起始的逆向迭代器)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_rend.cpp\"\u003erend(返回指向末尾的逆向迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_front.cpp\"\u003efront(访问第一个元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_back.cpp\"\u003eback(访问最后一个元素)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/020_span_dynamic_extent.cpp\"\u003edynamic_extent(size_t 类型常量，指明 span 拥有动态长度)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in namespace std\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_indirectly_readable.cpp\"\u003eindirectly_readable(指定类型通过应用运算符 * 可读)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_indirectly_writable.cpp\"\u003eindirectly_writable(指定可向迭代器所引用的对象写入值)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_weakly_incrementable.cpp\"\u003eweakly_incrementable(指定 semiregular 类型能以前后自增运算符自增)\u003c/a\u003e \t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_incrementable.cpp\"\u003eincrementable(指定 weakly_incrementable 类型上的自增操作保持相等性，而且该类型为 equality_comparable)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_input_or_output_iterator.cpp\"\u003einput_or_output_iterator(指定该类型对象可以自增且可以解引用)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_sentinel_for.cpp\"\u003esentinel_for(指定类型为某个 input_or_output_iterator 类型的哨位类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_sized_sentinel_for.cpp\"\u003esized_sentinel_for(指定可对一个迭代器和一个哨位应用 - 运算符，以在常数时间计算其距离)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_input_iterator.cpp\"\u003einput_iterator(指定类型为输入迭代器，即可读取其所引用的值，且可前/后自增)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_output_iterator.cpp\"\u003eoutput_iterator(指定类型为给定的值类型的输出迭代器，即可向其写入该类型的值，且可前/后自增)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_forward_iterator.cpp\"\u003eforward_iterator(指定 input_iterator 为向前迭代器，支持相等比较与多趟操作)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_bidirectional_iterator.cpp\"\u003ebidirectional_iterator(指定 forward_iterator 为双向迭代器，支持向后移动)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_random_access_iterator.cpp\"\u003erandom_access_iterator(指定 bidirectional_iterator 为随机访问迭代器，支持常数时间内的前进和下标访问)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_contiguous_iterator.cpp\"\u003econtiguous_iterator(指定 random_access_iterator 为连续迭代器，指代内存中连续相接的元素)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_indirectly_readable_traits.cpp\"\u003eindirectly_readable_traits(计算 indirectly_readable 类型的值类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_iter_value_t.cpp\"\u003eiter_value_t(计算迭代器的关联类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_iter_reference_t.cpp\"\u003eiter_reference_t(计算迭代器的关联类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_iter_difference_t.cpp\"\u003eiter_difference_t(计算迭代器的关联类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_iter_rvalue_reference_t.cpp\"\u003eiter_rvalue_reference_t(计算迭代器的关联类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_iter_common_reference_t.cpp\"\u003eiter_common_reference_t(计算迭代器的关联类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_iterator_traits.cpp\"\u003eiterator_traits(为迭代器各项性质提供统一接口)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_input_iterator_tag.cpp\"\u003einput_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_output_iterator_tag.cpp\"\u003eoutput_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_forward_iterator_tag.cpp\"\u003eforward_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_bidirectional_iterator_tag.cpp\"\u003ebidirectional_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_random_access_iterator_tag.cpp\"\u003erandom_access_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/021_std_contiguous_iterator_tag.cpp\"\u003econtiguous_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e \n\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in namespace std::ranges\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/022_ranges_iter_move.cpp\"\u003eiter_move(将解引用迭代器的结果转型为其关联的右值引用类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/022_ranges_iter_swap.cpp\"\u003eiter_swap(交换两个可解引用对象所引用的值)\u003c/a\u003e \n\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in namespace std\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_indirectly_readable.cpp\"\u003eindirectly_readable(指定类型通过应用运算符 * 可读)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_indirectly_writable.cpp\"\u003eindirectly_writable(指定可向迭代器所引用的对象写入值)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_weakly_incrementable.cpp\"\u003eweakly_incrementable(指定 semiregular 类型能以前后自增运算符自增)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_incrementable.cpp\"\u003eincrementable(指定 weakly_incrementable 类型上的自增操作保持相等性，而且该类型为 equality_comparable)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_input_or_output_iterator.cpp\"\u003einput_or_output_iterator(指定该类型对象可以自增且可以解引用)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_sentinel_for.cpp\"\u003esentinel_for(指定类型为某个 input_or_output_iterator 类型的哨位类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_sized_sentinel_for.cpp\"\u003esized_sentinel_for(指定可对一个迭代器和一个哨位应用 - 运算符，以在常数时间计算其距离)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_input_iterator.cpp\"\u003einput_iterator(指定类型为输入迭代器，即可读取其所引用的值，且可前/后自增)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_output_iterator.cpp\"\u003eoutput_iterator(指定类型为给定的值类型的输出迭代器，即可向其写入该类型的值，且可前/后自增)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_forward_iterator.cpp\"\u003eforward_iterator(指定 input_iterator 为向前迭代器，支持相等比较与多趟操作)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_bidirectional_iterator.cpp\"\u003ebidirectional_iterator(指定 forward_iterator 为双向迭代器，支持向后移动)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_random_access_iterator.cpp\"\u003erandom_access_iterator(指定 bidirectional_iterator 为随机访问迭代器，支持常数时间内的前进和下标访问)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_contiguous_iterator.cpp\"\u003econtiguous_iterator(指定 random_access_iterator 为连续迭代器，指代内存中连续相接的元素)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_incrementable_traits.cpp\"\u003eincrementable_traits(计算 weakly_incrementable 类型的差类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_indirectly_readable_traits.cpp\"\u003eindirectly_readable_traits(计算 indirectly_readable 类型的值类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_iter_value_t.cpp\"\u003eiter_value_t(计算迭代器的关联类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_iter_reference_t.cpp\"\u003eiter_reference_t(计算迭代器的关联类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_iter_difference_t.cpp\"\u003eiter_difference_t(计算迭代器的关联类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_iter_rvalue_reference_t.cpp\"\u003eiter_rvalue_reference_t(计算迭代器的关联类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_iter_common_reference_t.cpp\"\u003eiter_common_reference_t(计算迭代器的关联类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_iterator_traits.cpp\"\u003eiterator_traits(为迭代器各项性质提供统一接口)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_input_iterator_tag.cpp\"\u003einput_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_output_iterator_tag.cpp\"\u003eoutput_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_forward_iterator_tag.cpp\"\u003eforward_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_bidirectional_iterator_tag.cpp\"\u003ebidirectional_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_random_access_iterator_tag.cpp\"\u003erandom_access_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/023_std_contiguous_iterator_tag.cpp\"\u003econtiguous_iterator_tag(用于指示迭代器类别的空类类型)\u003c/a\u003e\n\t\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in header \u003citerator\u003e\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in namespace std\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_unary_invocable.cpp\"\u003eindirectly_unary_invocable(指定可调用类型能以解引用某个 indirectly_readable 类型的结果进行调用)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_regular_unary_invocable.cpp\"\u003eindirectly_regular_unary_invocable(指定可调用类型能以解引用某个 indirectly_readable 类型的结果进行调用)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirect_unary_predicate.cpp\"\u003eindirect_unary_predicate(指定可调用类型，在以解引用一个 indirectly_readable 类型的结果进行调用时，满足 predicate)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirect_binary_predicate.cpp\"\u003eindirect_binary_predicate(指定可调用类型，在以解引用两个 indirectly_readable 类型的结果进行调用时，满足 predicate)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirect_equivalence_relation.cpp\"\u003eindirect_equivalence_relation(指定可调用类型，在以解引用两个 indirectly_readable 类型的结果进行调用时，满足 equivalence_relation)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirect_strict_weak_order.cpp\"\u003eindirect_strict_weak_order(指定可调用类型，在以解引用两个 indirectly_readable 类型的结果进行调用时，满足 strict_weak_order)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_movable.cpp\"\u003eindirectly_movable(指定可从 indirectly_readable 类型移动值给 indirectly_writable 类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_movable_storable.cpp\"\u003eindirectly_movable_storable(指定可从 indirectly_readable 类型移动值给 indirectly_writable 类型，且该移动可以通过中间对象进行)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_copyable.cpp\"\u003eindirectly_copyable(指定可从 indirectly_readable 类型复制值给 indirectly_writable 类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_copyable_storable.cpp\"\u003eindirectly_copyable_storable(指定可从 indirectly_readable 类型复制值给 indirectly_writable 类型，且该复制可以通过中间对象进行)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_swappable.cpp\"\u003eindirectly_swappable(指定能交换两个 indirectly_readable 类型所引用的值)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirectly_comparable.cpp\"\u003eindirectly_comparable(指定能比较两个 indirectly_readable 类型所引用的值)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_permutable.cpp\"\u003epermutable(指定在原位重排元素的算法的共用要求)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_mergeable.cpp\"\u003emergeable(指定通过复制元素将已排序序列归并到输出序列中的算法的要求)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_sortable.cpp\"\u003esortable(指定重排序列为有序序列的算法的共用要求)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_indirect_result_t.cpp\"\u003eindirect_result_t(计算在解引用某组 indirectly_readable 类型的结果上调用可调用对象的结果)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_projected.cpp\"\u003eprojected(用于对接受投影的算法指定约束的辅助模板)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_move_sentinel.cpp\"\u003emove_sentinel(用于 std::move_iterator 的哨位适配器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_common_iterator.cpp\"\u003ecommon_iterator(适配一个迭代器类型及其哨位为一个公共迭代器类型)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_default_sentinel_t.cpp\"\u003edefault_sentinel_t(用于知晓其边界的迭代器的默认哨位)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_counted_iterator.cpp\"\u003ecounted_iterator(对到范围结尾距离进行跟踪的迭代器适配器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/024_iterator_unreachable_sentinel_t.cpp\"\u003eunreachable_sentinel_t(始终与任何 weakly_incrementable 类型比较都不相等的哨位)\u003c/a\u003e \n\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in header \u003citerator\u003e\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/025_iterator_ranges_advanc.cpp\"\u003eranges::advance(令迭代器前进给定的距离或到给定的边界)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/025_iterator_ranges_distance.cpp\"\u003eranges::distance(返回迭代器与哨位间的距离，或范围起始与结尾间的距离)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/025_iterator_ranges_next.cpp\"\u003eranges::next(自增迭代器给定的距离或到边界)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/025_iterator_ranges_prev.cpp\"\u003eranges::prev(自减迭代器给定的距离或到边界)\u003c/a\u003e \n\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;array\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;deque\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;forward_list\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;iterator\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;list\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;map\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;regex\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;set\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;span\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;string\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;string_view\u0026gt;\u003c/h5\u003e\t\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;unordered_map\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;unordered_set\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in header \u0026lt;vector\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_initializer_list\"\u003eDefined in namespace std\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/026_std_ssize.cpp\"\u003essize(返回容器或数组的大小)\u003c/a\u003e \n\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in header \u0026lt;ranges\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in header \u0026lt;iterator\u0026gt;\u003c/h5\u003e\n### \u003ch5 id=\"cpp_headfile_span\"\u003eDefined in namespace std::ranges\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_begin.cpp\"\u003eranges::begin(返回指向范围起始的迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_cbegin.cpp\"\u003eranges::cbegin(返回指向只读范围起始的迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_end.cpp\"\u003eranges::end(返回指示范围结尾的哨位)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_cend.cpp\"\u003eranges::cend(返回指示只读范围结尾的哨位)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_rbegin.cpp\"\u003eranges::rbegin(返回指向范围的逆向迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_crbegin.cpp\"\u003eranges::crbegin(返回指向只读范围的逆向迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_rend.cpp\"\u003eranges::rend(返回指向范围的逆向尾迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_crend.cpp\"\u003eranges::crend(返回指向只读范围的逆向尾迭代器)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_size.cpp\"\u003eranges::size(获得能在常数时间内计算大小的范围的大小)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_ssize.cpp\"\u003eranges::ssize(获得能在常数时间内计算大小的范围的大小，并将它转换成有符号整数)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_empty.cpp\"\u003eranges::empty(检查范围是否为空)\u003c/a\u003e \n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_data.cpp\"\u003eranges::data(获得指向连续范围的起始的指针)\u003c/a\u003e \t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_20/027_ranges_ranges_cdata.cpp\"\u003eranges::cdata(获得指向只读连续范围的起始的指针)\u003c/a\u003e \n\n\n-----\n\t\n\u003cdiv id=\"cpp_23\" align=center\u003e\n\t\n\u003cimg width=\"30%\" height=\"30%\" src=\"https://user-images.githubusercontent.com/87457873/134302554-85d6bf7c-1e1d-4579-8141-8a4c3e8d92e2.jpg\"/\u003e\n\n\u003c/div\u003e\t\t\n\t\n### \u003ch3 id=\"cpp_23_RTTI\"\u003e类型支持（基本类型、RTTI、类型特性）\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_type_traits\"\u003eDefined in header\u0026lt;type_traits\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/001_rtti_is_scoped_enum.cpp\"\u003eis_scoped_enum(检查类型是否为有作用域枚举类型)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_utility\"\u003eDefined in header\u0026lt;utility\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/002_utility_to_underlying.cpp\"\u003eto_underlying(转换枚举到其底层类型)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_stacktrace\"\u003eDefined in header\u0026lt;stacktrace\u0026gt;\u003c/h5\u003e\n\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/003_stacktrace_stacktrace_entry.cpp\"\u003estacktrace_entry(栈踪中求值的表示)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/003_stacktrace_basic_stacktrace.cpp\"\u003ebasic_stacktrace(由栈踪条目组成的调用序列的近似表示)\u003c/a\u003e\n\n### \u003ch3 id=\"cpp_23_memory\"\u003e动态内存管理\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_memory\"\u003eDefined in header\u0026lt;memory\u0026gt;\u003c/h5\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/004_memory_out_ptr_t.cpp\"\u003eout_ptr_t(与外来指针设置器交互，并在析构时重设智能指针)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/004_memory_out_ptr.cpp\"\u003eout_ptr(以关联的智能指针和重设参数创建 out_ptr_t)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/004_memory_inout_ptr_t.cpp\"\u003einout_ptr_t(与外来指针设置器交互，从智能指针获得初始指针值，并在析构时重设它)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/004_memory_inout_ptr.cpp\"\u003einout_ptr(以关联的智能指针和重设参数创建 inout_ptr_t)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/004_memory_allocation_result.cpp\"\u003eallocation_result(记录由 allocate_at_least 分配的存储的地址与实际大小)\u003c/a\u003e\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/004_memory_allocate_at_least.cpp\"\u003eallocate_at_least(经由分配器分配至少与请求的大小一样大的存储)\u003c/a\u003e\n\t\n### \u003ch3 id=\"cpp_23_string\"\u003e字符串\u003c/h3\u003e\n\n### \u003ch5 id=\"cpp_headfile_string\"\u003eDefined in header\u0026lt;string\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/005_string_contains.cpp\"\u003econtains(检查字符串是否含有给定的子串或字符)\u003c/a\u003e\n\n### \u003ch5 id=\"cpp_headfile_string_view\"\u003eDefined in header\u0026lt;string_view\u0026gt;\u003c/h5\u003e\n\t\n* \u003ca href=\"https://github.com/0voice/cpp_new_features/blob/main/cpp_23/005_string_view_contains.cpp\"\u003econtains(检查字符串视图是否含有给定的子串或字符)\u003c/a\u003e\n\n---\n\n\n## 联系专栏\n\n#### 零声教育，专注于c/c++Linux后台服务器开发架构技术学习提升。\u003cbr\u003e\n每天晚上8点【免费技术直播】：[分享Linux，Nginx，ZeroMQ，MySQL，Redis，fastdfs，MongoDB，ZK，流媒体，CDN，P2P，K8S，Docker，TCP/IP，协程，DPDK等技术内容，立即学习。](https://ke.qq.com/course/417774?flowToken=1037711)\n\n#### 关注微信公众号【后台服务架构师】——【联系我们】，获取本repo最全PDF学习文档！\n\n\u003cimg width=\"65%\" height=\"65%\" src=\"https://user-images.githubusercontent.com/87457873/130796999-03af3f54-3719-47b4-8e41-2e762ab1c68b.png\"/\u003e\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0voice%2Fcpp_new_features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0voice%2Fcpp_new_features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0voice%2Fcpp_new_features/lists"}