René's URL Explorer Experiment


Title: C++ 参考手册 - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp
页面https://zh.cppreference.com/cpp
讨论https://zh.cppreference.com/Talk:cpp
https://zh.cppreference.com/cpp
不转换https://zh.cppreference.com/index.php?title=cpp&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp&variant=zh-tw
阅读https://zh.cppreference.com/cpp
查看源代码https://zh.cppreference.com/index.php?title=cpp&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp&action=history
https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
字符串库https://zh.cppreference.com/cpp/string
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++11https://zh.cppreference.com/cpp/11
C++14https://zh.cppreference.com/cpp/14
C++17https://zh.cppreference.com/cpp/17
C++20https://zh.cppreference.com/cpp/20
C++23https://zh.cppreference.com/cpp/23
C++26https://zh.cppreference.com/cpp/26
C++29https://zh.cppreference.com/cpp/29
编译器支持https://zh.cppreference.com/cpp/compiler_support
C++11https://zh.cppreference.com/cpp/compiler_support/11
C++14https://zh.cppreference.com/cpp/compiler_support/14
C++17https://zh.cppreference.com/cpp/compiler_support/17
C++20https://zh.cppreference.com/cpp/compiler_support/20
C++23https://zh.cppreference.com/cpp/compiler_support/23
C++26https://zh.cppreference.com/cpp/compiler_support/26
C++29https://zh.cppreference.com/cpp/compiler_support/29
语言https://zh.cppreference.com/cpp/language
预处理器https://zh.cppreference.com/cpp/preprocessor
注释https://zh.cppreference.com/cpp/comment
ASCII 码表https://zh.cppreference.com/cpp/language/ascii
基本概念https://zh.cppreference.com/cpp/language/basic_concepts
关键词https://zh.cppreference.com/cpp/keyword
名字https://zh.cppreference.com/cpp/language/identifiers
查找https://zh.cppreference.com/cpp/language/lookup
类型https://zh.cppreference.com/cpp/language/type
基础类型https://zh.cppreference.com/cpp/language/types
main 函数https://zh.cppreference.com/cpp/language/main_function
模块https://zh.cppreference.com/cpp/language/modules
契约https://zh.cppreference.com/cpp/language/contracts
表达式https://zh.cppreference.com/cpp/language/expressions
值类别https://zh.cppreference.com/cpp/language/value_category
求值顺序https://zh.cppreference.com/cpp/language/eval_order
运算符https://zh.cppreference.com/cpp/language/expressions#运算符
优先级https://zh.cppreference.com/cpp/language/operator_precedence
转换https://zh.cppreference.com/cpp/language/expressions#转换
字面量https://zh.cppreference.com/cpp/language/expressions#字面量
常量表达式https://zh.cppreference.com/cpp/language/constant_expression
语句https://zh.cppreference.com/cpp/language/statements
ifhttps://zh.cppreference.com/cpp/language/if
switchhttps://zh.cppreference.com/cpp/language/switch
forhttps://zh.cppreference.com/cpp/language/for
范围 forhttps://zh.cppreference.com/cpp/language/range-for
whilehttps://zh.cppreference.com/cpp/language/while
do-whilehttps://zh.cppreference.com/cpp/language/do
声明https://zh.cppreference.com/cpp/language/declarations
初始化https://zh.cppreference.com/cpp/language/initialization
函数https://zh.cppreference.com/cpp/language/functions
重载https://zh.cppreference.com/cpp/language/overload_resolution
协程https://zh.cppreference.com/cpp/language/coroutines
https://zh.cppreference.com/cpp/language/classes
联合体https://zh.cppreference.com/cpp/language/union
模板https://zh.cppreference.com/cpp/language/templates
异常https://zh.cppreference.com/cpp/language/exceptions
独立实现https://zh.cppreference.com/cpp/freestanding
标准库https://zh.cppreference.com/cpp/standard_library
标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
程序工具https://zh.cppreference.com/cpp/utility/program
信号https://zh.cppreference.com/cpp/utility/program#信号
非局部跳转https://zh.cppreference.com/cpp/utility/program#非局部跳转
基本内存管理https://zh.cppreference.com/cpp/memory/new
变参数函数https://zh.cppreference.com/cpp/utility/variadic
source_locationhttps://zh.cppreference.com/cpp/utility/source_location
比较工具https://zh.cppreference.com/cpp/utility#三路比较
类型支持https://zh.cppreference.com/cpp/types
type_infohttps://zh.cppreference.com/cpp/types/type_info
numeric_limitshttps://zh.cppreference.com/cpp/types/numeric_limits
exceptionhttps://zh.cppreference.com/cpp/error/exception
initializer_listhttps://zh.cppreference.com/cpp/utility/initializer_list
协程支持https://zh.cppreference.com/cpp/coroutine
契约支持https://zh.cppreference.com/cpp/contract
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
断言https://zh.cppreference.com/cpp/error#断言
系统错误https://zh.cppreference.com/cpp/error#系统错误
异常类型https://zh.cppreference.com/cpp/error#系统错误
错误号https://zh.cppreference.com/cpp/error#错误号
basic_stacktracehttps://zh.cppreference.com/cpp/utility/basic_stacktrace
调试支持https://zh.cppreference.com/cpp/error#调试支持
内存管理库https://zh.cppreference.com/cpp/memory
分配器https://zh.cppreference.com/cpp/memory#分配器
智能指针https://zh.cppreference.com/cpp/memory#智能指针
内存资源https://zh.cppreference.com/cpp/memory#内存资源
元编程库https://zh.cppreference.com/cpp/meta
类型特征https://zh.cppreference.com/cpp/meta/type_traits
ratiohttps://zh.cppreference.com/cpp/numeric/ratio
integer_sequencehttps://zh.cppreference.com/cpp/utility/integer_sequence
反射https://zh.cppreference.com/cpp/meta/reflection
通用工具库https://zh.cppreference.com/cpp/utility#通用工具
函数对象https://zh.cppreference.com/cpp/utility/functional
hashhttps://zh.cppreference.com/cpp/utility/hash
交换https://zh.cppreference.com/cpp/utility#交换
类型运算https://zh.cppreference.com/cpp/utility#类型运算
整数比较函数https://zh.cppreference.com/cpp/utility#整数比较函数
pairhttps://zh.cppreference.com/cpp/utility/pair
tuplehttps://zh.cppreference.com/cpp/utility/tuple
optionalhttps://zh.cppreference.com/cpp/utility/optional
expectedhttps://zh.cppreference.com/cpp/utility/expected
varianthttps://zh.cppreference.com/cpp/utility/variant
anyhttps://zh.cppreference.com/cpp/utility/any
bitsethttps://zh.cppreference.com/cpp/utility/bitset
位操纵https://zh.cppreference.com/cpp/utility/bit
容器库https://zh.cppreference.com/cpp/container
vectorhttps://zh.cppreference.com/cpp/container/vector
dequehttps://zh.cppreference.com/cpp/container/deque
arrayhttps://zh.cppreference.com/cpp/container/array
listhttps://zh.cppreference.com/cpp/container/list
forward_listhttps://zh.cppreference.com/cpp/container/forward_list
inplace_vectorhttps://zh.cppreference.com/cpp/container/inplace_vector
hivehttps://zh.cppreference.com/cpp/container/hive
maphttps://zh.cppreference.com/cpp/container/map
multimaphttps://zh.cppreference.com/cpp/container/multimap
sethttps://zh.cppreference.com/cpp/container/set
multisethttps://zh.cppreference.com/cpp/container/multiset
unordered_maphttps://zh.cppreference.com/cpp/container/unordered_map
unordered_multimaphttps://zh.cppreference.com/cpp/container/unordered_multimap
unordered_sethttps://zh.cppreference.com/cpp/container/unordered_set
unordered_multisethttps://zh.cppreference.com/cpp/container/unordered_multiset
容器适配器https://zh.cppreference.com/cpp/container#容器适配器
spanhttps://zh.cppreference.com/cpp/container/span
mdspanhttps://zh.cppreference.com/cpp/container/mdspan
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
范围工厂https://zh.cppreference.com/cpp/ranges#范围工厂
范围适配器https://zh.cppreference.com/cpp/ranges#范围适配器
generatorhttps://zh.cppreference.com/cpp/coroutine/generator
算法库https://zh.cppreference.com/cpp/algorithm
数值算法https://zh.cppreference.com/cpp/numeric#数值算法
执行策略https://zh.cppreference.com/cpp/algorithm#执行策略
受约束算法https://zh.cppreference.com/cpp/algorithm/ranges
字符串库https://zh.cppreference.com/cpp/string
basic_stringhttps://zh.cppreference.com/cpp/string/basic_string
char_traitshttps://zh.cppreference.com/cpp/string/char_traits
basic_string_viewhttps://zh.cppreference.com/cpp/string/basic_string_view
文本处理库https://zh.cppreference.com/cpp/text
初等字符串转换https://zh.cppreference.com/cpp/text#初等字符串转换
格式化https://zh.cppreference.com/cpp/utility/format
本地化https://zh.cppreference.com/cpp/locale
text_encodinghttps://zh.cppreference.com/cpp/text/text_encoding
正则表达式https://zh.cppreference.com/cpp/regex
basic_regexhttps://zh.cppreference.com/cpp/regex/basic_regex
算法https://zh.cppreference.com/cpp/regex#算法
默认正则表达式语法https://zh.cppreference.com/cpp/regex/ecmascript
空终止字符串https://zh.cppreference.com/cpp/text#空终止字符串
字节https://zh.cppreference.com/cpp/string/byte
多字节https://zh.cppreference.com/cpp/string/multibyte
https://zh.cppreference.com/cpp/string/wide
数值库https://zh.cppreference.com/cpp/numeric
常用数学函数https://zh.cppreference.com/cpp/numeric/math
数学特殊函数https://zh.cppreference.com/cpp/numeric/special_functions
数学常数https://zh.cppreference.com/cpp/numeric/constants
基本线性代数算法https://zh.cppreference.com/cpp/numeric/linalg
数据并行类型 (SIMD)https://zh.cppreference.com/cpp/numeric/simd
伪随机数生成https://zh.cppreference.com/cpp/numeric/random
浮点数环境https://zh.cppreference.com/cpp/numeric/fenv
complexhttps://zh.cppreference.com/cpp/numeric/complex
valarrayhttps://zh.cppreference.com/cpp/numeric/valarray
日期时间库https://zh.cppreference.com/cpp/chrono
日历https://zh.cppreference.com/cpp/chrono#日历
时区https://zh.cppreference.com/cpp/chrono#时区
输入/输出库https://zh.cppreference.com/cpp/io
打印函数https://zh.cppreference.com/cpp/io#打印函数
基于流的输入/输出https://zh.cppreference.com/cpp/io#基于流的输入/输出
输入/输出操纵符https://zh.cppreference.com/cpp/io/manip
basic_istreamhttps://zh.cppreference.com/cpp/io/basic_istream
basic_ostreamhttps://zh.cppreference.com/cpp/io/basic_ostream
同步的输出https://zh.cppreference.com/cpp/io#同步的输出
文件系统https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
threadhttps://zh.cppreference.com/cpp/thread/thread
jthreadhttps://zh.cppreference.com/cpp/thread/jthread
atomichttps://zh.cppreference.com/cpp/atomic/atomic
atomic_flaghttps://zh.cppreference.com/cpp/atomic/atomic_flag
atomic_refhttps://zh.cppreference.com/cpp/atomic/atomic_ref
memory_orderhttps://zh.cppreference.com/cpp/atomic/memory_order
互斥https://zh.cppreference.com/cpp/thread#互斥
条件变量https://zh.cppreference.com/cpp/thread#条件变量
未来体https://zh.cppreference.com/cpp/thread#未来体
信号量https://zh.cppreference.com/cpp/thread#信号量
latchhttps://zh.cppreference.com/cpp/thread/latch
barrierhttps://zh.cppreference.com/cpp/thread/barrier
安全回收https://zh.cppreference.com/cpp/thread#安全回收
执行支持库https://zh.cppreference.com/cpp/execution
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言https://zh.cppreference.com/cpp/feature_test#语言功能特性
标准库https://zh.cppreference.com/cpp/utility/feature_test#库功能特性
标头https://zh.cppreference.com/cpp/utility/feature_test
技术规范https://zh.cppreference.com/cpp/experimental
标准库扩展https://zh.cppreference.com/cpp/experimental/lib_extensions
resource_adaptorhttps://zh.cppreference.com/cpp/experimental/resource_adaptor
invocation_typehttps://zh.cppreference.com/cpp/experimental/invocation_type
标准库扩展 v2https://zh.cppreference.com/cpp/experimental/lib_extensions_2
propagate_consthttps://zh.cppreference.com/cpp/experimental/propagate_const
ostream_joinerhttps://zh.cppreference.com/cpp/experimental/ostream_joiner
randinthttps://zh.cppreference.com/cpp/experimental/randint
observer_ptrhttps://zh.cppreference.com/cpp/experimental/observer_ptr
检测手法https://zh.cppreference.com/cpp/experimental/is_detected
标准库扩展 v3https://zh.cppreference.com/cpp/experimental/lib_extensions_3
scope_exithttps://zh.cppreference.com/cpp/experimental/scope_exit
scope_failhttps://zh.cppreference.com/cpp/experimental/scope_fail
scope_successhttps://zh.cppreference.com/cpp/experimental/scope_success
unique_resourcehttps://zh.cppreference.com/cpp/experimental/unique_resource
并行库扩展 v2https://zh.cppreference.com/cpp/experimental/parallelism_2
simdhttps://zh.cppreference.com/cpp/experimental/simd
并发库扩展https://zh.cppreference.com/cpp/experimental/concurrency
事务性内存https://zh.cppreference.com/cpp/language/transactional_memory
外部链接https://zh.cppreference.com/cpp/links
非 ANSI/ISO 库https://zh.cppreference.com/cpp/links/libs
索引https://zh.cppreference.com/cpp/index
std 符号索引https://zh.cppreference.com/cpp/symbol_index
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp&oldid=93088
页面信息https://zh.cppreference.com/index.php?title=cpp&action=info
العربيةhttp://ar.cppreference.com/cpp
Češtinahttps://cs.cppreference.com/cpp
Deutschhttps://de.cppreference.com/cpp
Englishhttp://en.cppreference.com/cpp
Españolhttp://es.cppreference.com/cpp
Françaishttp://fr.cppreference.com/cpp
Italianohttp://it.cppreference.com/cpp
日本語http://ja.cppreference.com/cpp
Polskihttp://pl.cppreference.com/cpp
Portuguêshttp://pt.cppreference.com/cpp
Русскийhttp://ru.cppreference.com/cpp
Türkçehttp://tr.cppreference.com/cpp

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.