C++ 功能库 (标准库非容器部分)
C++ 标准库远超 STL 容器。以下按类别索引核心功能库。
字符串
| 文件 | 内容 |
|---|
| [[./字符串/string | string]] |
| [[字符串/regex | regex]] |
输入输出
| 文件 | 内容 |
|---|
| [[输入输出/iostream | iostream]] |
| [[输入输出/fstream | fstream]] |
| [[输入输出/sstream | sstream]] |
| [[输入输出/filesystem | filesystem]] |
算法
| 文件 | 内容 |
|---|
| [[算法/sort_search | sort / search]] |
| [[算法/find_count | find / count]] |
| [[算法/modify | modify]] |
| [[算法/range | C++20 ranges]] |
数值
| 文件 | 内容 |
|---|
| [[数值/random | random]] |
| [[数值/chrono | chrono]] |
| [[数值/numeric | numeric]] |
并发
| 文件 | 内容 |
|---|
| [[并发/thread | thread]] |
| [[并发/mutex | mutex]] |
| [[并发/atomic | atomic]] |
| [[并发/future | future]] |
内存
| 文件 | 内容 |
|---|
| [[内存/smart_ptr | smart_ptr]] |
| [[内存/allocator | allocator]] |
函数式
| 文件 | 内容 |
|---|
| [[函数式/function | function / bind]] |
| [[函数式/lambda | lambda]] |
| [[函数式/hash | hash]] |
工具
| 文件 | 内容 |
|---|
| [[工具/pair_tuple | pair / tuple]] |
| [[工具/optional_variant | optional / variant / any / expected]] |
| [[工具/span_bitset | span / bitset / byte]] |