标准库头文件 <version> 来自cppreference.com < cpp | header C++ 语言 标准库头文件 自立与有宿主实现 具名要求 语言支持库 概念库 (C++20) 诊断库 工具库 字符串库 容器库 迭代器库 范围库 (C++20) 算法库 数值库 本地化库 输入/输出库 文件系统库 (C++17) 正则表达式库 (C++11) 原子操作库 (C++11) 线程支持库 (C++11) 技术规范 标准库头文件 语言支持 <cstddef> <cstdlib> <version> <limits> <climits> <cfloat> <cstdint> <new> <typeinfo> <source_location> <exception> <initializer_list> <compare> <coroutine> <csignal> <csetjmp> <cstdarg> 概念 <concepts> 诊断 <stdexcept> <cassert> <cerrno> <system_error> 通用工具 <utility> <memory> <memory_resource> <scoped_allocator> <bitset> <tuple> <optional> <any> <variant> <type_traits> <ratio> <chrono> <typeindex> <functional> <ctime> 字符串 <string> <string_view> <cstring> <charconv> <format> <cctype> <cwctype> <cwchar> <cuchar> 本地化 <locale> <codecvt> <clocale> 容器 <span> <array> <vector> <deque> <forward_list> <list> <map> <set> <queue> <unordered_map> <unordered_set> <stack> 迭代器 <iterator> 范围 <ranges> 算法 <algorithm> <execution> 数值 <complex> <random> <valarray> <numeric> <bit> <numbers> <cfenv> <cmath> 输入/输出 <iosfwd> <ios> <iomanip> <streambuf> <istream> <ostream> <iostream> <sstream> <fstream> <syncstream> <cstdio> <cinttypes> <strstream> 正则表达式 <regex> 文件系统 <filesystem> 线程支持 <thread> <atomic> <mutex> <shared_mutex> <condition_variable> <future> <stop_token> <semaphore> <latch> <barrier> C 兼容 <ciso646> <cstdalign> <cstdbool> <ccomplex> <ctgmath> 此头文件是语言支持库的一部分。 此头文件提供关于标准库的依赖实现的信息(例如实现特定的库标准宏)。 包含 <version> 亦会定义所有库功能特性测试宏。 注解 C++20 前,有时会为此目的包含 <ciso646>。