René's URL Explorer Experiment


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

Generator: MediaWiki 1.43.9

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp
页面http://zh.cppreference.com/cpp
讨论http://zh.cppreference.com/Talk:cpp
http://zh.cppreference.com/cpp
不转换http://zh.cppreference.com/index.php?title=cpp&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp&variant=zh-tw
阅读http://zh.cppreference.com/cpp
查看源代码http://zh.cppreference.com/index.php?title=cpp&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp&action=history
http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
算法库http://zh.cppreference.com/cpp/algorithm
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
C++11http://zh.cppreference.com/cpp/11
C++14http://zh.cppreference.com/cpp/14
C++17http://zh.cppreference.com/cpp/17
C++20http://zh.cppreference.com/cpp/20
C++23http://zh.cppreference.com/cpp/23
C++26http://zh.cppreference.com/cpp/26
C++29http://zh.cppreference.com/cpp/29
编译器支持http://zh.cppreference.com/cpp/compiler_support
C++11http://zh.cppreference.com/cpp/compiler_support/11
C++14http://zh.cppreference.com/cpp/compiler_support/14
C++17http://zh.cppreference.com/cpp/compiler_support/17
C++20http://zh.cppreference.com/cpp/compiler_support/20
C++23http://zh.cppreference.com/cpp/compiler_support/23
C++26http://zh.cppreference.com/cpp/compiler_support/26
C++29http://zh.cppreference.com/cpp/compiler_support/29
语言http://zh.cppreference.com/cpp/language
预处理器http://zh.cppreference.com/cpp/preprocessor
注释http://zh.cppreference.com/cpp/comment
ASCII 码表http://zh.cppreference.com/cpp/language/ascii
基本概念http://zh.cppreference.com/cpp/language/basic_concepts
关键词http://zh.cppreference.com/cpp/keyword
名字http://zh.cppreference.com/cpp/language/identifiers
查找http://zh.cppreference.com/cpp/language/lookup
类型http://zh.cppreference.com/cpp/language/type
基础类型http://zh.cppreference.com/cpp/language/types
main 函数http://zh.cppreference.com/cpp/language/main_function
模块http://zh.cppreference.com/cpp/language/modules
契约http://zh.cppreference.com/cpp/language/contracts
表达式http://zh.cppreference.com/cpp/language/expressions
值类别http://zh.cppreference.com/cpp/language/value_category
求值顺序http://zh.cppreference.com/cpp/language/eval_order
运算符http://zh.cppreference.com/cpp/language/expressions#运算符
优先级http://zh.cppreference.com/cpp/language/operator_precedence
转换http://zh.cppreference.com/cpp/language/expressions#转换
字面量http://zh.cppreference.com/cpp/language/expressions#字面量
常量表达式http://zh.cppreference.com/cpp/language/constant_expression
语句http://zh.cppreference.com/cpp/language/statements
ifhttp://zh.cppreference.com/cpp/language/if
switchhttp://zh.cppreference.com/cpp/language/switch
forhttp://zh.cppreference.com/cpp/language/for
范围 forhttp://zh.cppreference.com/cpp/language/range-for
whilehttp://zh.cppreference.com/cpp/language/while
do-whilehttp://zh.cppreference.com/cpp/language/do
声明http://zh.cppreference.com/cpp/language/declarations
初始化http://zh.cppreference.com/cpp/language/initialization
函数http://zh.cppreference.com/cpp/language/functions
重载http://zh.cppreference.com/cpp/language/overload_resolution
协程http://zh.cppreference.com/cpp/language/coroutines
http://zh.cppreference.com/cpp/language/classes
联合体http://zh.cppreference.com/cpp/language/union
模板http://zh.cppreference.com/cpp/language/templates
异常http://zh.cppreference.com/cpp/language/exceptions
独立实现http://zh.cppreference.com/cpp/freestanding
标准库http://zh.cppreference.com/cpp/standard_library
标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
程序工具http://zh.cppreference.com/cpp/utility/program
信号http://zh.cppreference.com/cpp/utility/program#信号
非局部跳转http://zh.cppreference.com/cpp/utility/program#非局部跳转
基本内存管理http://zh.cppreference.com/cpp/memory/new
变参数函数http://zh.cppreference.com/cpp/utility/variadic
source_locationhttp://zh.cppreference.com/cpp/utility/source_location
比较工具http://zh.cppreference.com/cpp/utility#三路比较
类型支持http://zh.cppreference.com/cpp/types
type_infohttp://zh.cppreference.com/cpp/types/type_info
numeric_limitshttp://zh.cppreference.com/cpp/types/numeric_limits
exceptionhttp://zh.cppreference.com/cpp/error/exception
initializer_listhttp://zh.cppreference.com/cpp/utility/initializer_list
协程支持http://zh.cppreference.com/cpp/coroutine
契约支持http://zh.cppreference.com/cpp/contract
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
断言http://zh.cppreference.com/cpp/error#断言
系统错误http://zh.cppreference.com/cpp/error#系统错误
异常类型http://zh.cppreference.com/cpp/error#系统错误
错误号http://zh.cppreference.com/cpp/error#错误号
basic_stacktracehttp://zh.cppreference.com/cpp/utility/basic_stacktrace
调试支持http://zh.cppreference.com/cpp/error#调试支持
内存管理库http://zh.cppreference.com/cpp/memory
分配器http://zh.cppreference.com/cpp/memory#分配器
智能指针http://zh.cppreference.com/cpp/memory#智能指针
内存资源http://zh.cppreference.com/cpp/memory#内存资源
元编程库http://zh.cppreference.com/cpp/meta
类型特征http://zh.cppreference.com/cpp/meta/type_traits
ratiohttp://zh.cppreference.com/cpp/numeric/ratio
integer_sequencehttp://zh.cppreference.com/cpp/utility/integer_sequence
反射http://zh.cppreference.com/cpp/meta/reflection
通用工具库http://zh.cppreference.com/cpp/utility#通用工具
函数对象http://zh.cppreference.com/cpp/utility/functional
hashhttp://zh.cppreference.com/cpp/utility/hash
交换http://zh.cppreference.com/cpp/utility#交换
类型运算http://zh.cppreference.com/cpp/utility#类型运算
整数比较函数http://zh.cppreference.com/cpp/utility#整数比较函数
pairhttp://zh.cppreference.com/cpp/utility/pair
tuplehttp://zh.cppreference.com/cpp/utility/tuple
optionalhttp://zh.cppreference.com/cpp/utility/optional
expectedhttp://zh.cppreference.com/cpp/utility/expected
varianthttp://zh.cppreference.com/cpp/utility/variant
anyhttp://zh.cppreference.com/cpp/utility/any
bitsethttp://zh.cppreference.com/cpp/utility/bitset
位操纵http://zh.cppreference.com/cpp/utility/bit
容器库http://zh.cppreference.com/cpp/container
vectorhttp://zh.cppreference.com/cpp/container/vector
dequehttp://zh.cppreference.com/cpp/container/deque
arrayhttp://zh.cppreference.com/cpp/container/array
listhttp://zh.cppreference.com/cpp/container/list
forward_listhttp://zh.cppreference.com/cpp/container/forward_list
inplace_vectorhttp://zh.cppreference.com/cpp/container/inplace_vector
hivehttp://zh.cppreference.com/cpp/container/hive
maphttp://zh.cppreference.com/cpp/container/map
multimaphttp://zh.cppreference.com/cpp/container/multimap
sethttp://zh.cppreference.com/cpp/container/set
multisethttp://zh.cppreference.com/cpp/container/multiset
unordered_maphttp://zh.cppreference.com/cpp/container/unordered_map
unordered_multimaphttp://zh.cppreference.com/cpp/container/unordered_multimap
unordered_sethttp://zh.cppreference.com/cpp/container/unordered_set
unordered_multisethttp://zh.cppreference.com/cpp/container/unordered_multiset
容器适配器http://zh.cppreference.com/cpp/container#容器适配器
spanhttp://zh.cppreference.com/cpp/container/span
mdspanhttp://zh.cppreference.com/cpp/container/mdspan
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
范围工厂http://zh.cppreference.com/cpp/ranges#范围工厂
范围适配器http://zh.cppreference.com/cpp/ranges#范围适配器
generatorhttp://zh.cppreference.com/cpp/coroutine/generator
算法库http://zh.cppreference.com/cpp/algorithm
数值算法http://zh.cppreference.com/cpp/numeric#数值算法
执行策略http://zh.cppreference.com/cpp/algorithm#执行策略
受约束算法http://zh.cppreference.com/cpp/algorithm/ranges
字符串库http://zh.cppreference.com/cpp/string
basic_stringhttp://zh.cppreference.com/cpp/string/basic_string
char_traitshttp://zh.cppreference.com/cpp/string/char_traits
basic_string_viewhttp://zh.cppreference.com/cpp/string/basic_string_view
文本处理库http://zh.cppreference.com/cpp/text
初等字符串转换http://zh.cppreference.com/cpp/text#初等字符串转换
格式化http://zh.cppreference.com/cpp/utility/format
本地化http://zh.cppreference.com/cpp/locale
text_encodinghttp://zh.cppreference.com/cpp/text/text_encoding
正则表达式http://zh.cppreference.com/cpp/regex
basic_regexhttp://zh.cppreference.com/cpp/regex/basic_regex
算法http://zh.cppreference.com/cpp/regex#算法
默认正则表达式语法http://zh.cppreference.com/cpp/regex/ecmascript
空终止字符串http://zh.cppreference.com/cpp/text#空终止字符串
字节http://zh.cppreference.com/cpp/string/byte
多字节http://zh.cppreference.com/cpp/string/multibyte
http://zh.cppreference.com/cpp/string/wide
数值库http://zh.cppreference.com/cpp/numeric
常用数学函数http://zh.cppreference.com/cpp/numeric/math
数学特殊函数http://zh.cppreference.com/cpp/numeric/special_functions
数学常数http://zh.cppreference.com/cpp/numeric/constants
基本线性代数算法http://zh.cppreference.com/cpp/numeric/linalg
数据并行类型 (SIMD)http://zh.cppreference.com/cpp/numeric/simd
伪随机数生成http://zh.cppreference.com/cpp/numeric/random
浮点数环境http://zh.cppreference.com/cpp/numeric/fenv
complexhttp://zh.cppreference.com/cpp/numeric/complex
valarrayhttp://zh.cppreference.com/cpp/numeric/valarray
日期时间库http://zh.cppreference.com/cpp/chrono
日历http://zh.cppreference.com/cpp/chrono#日历
时区http://zh.cppreference.com/cpp/chrono#时区
输入/输出库http://zh.cppreference.com/cpp/io
打印函数http://zh.cppreference.com/cpp/io#打印函数
基于流的输入/输出http://zh.cppreference.com/cpp/io#基于流的输入/输出
输入/输出操纵符http://zh.cppreference.com/cpp/io/manip
basic_istreamhttp://zh.cppreference.com/cpp/io/basic_istream
basic_ostreamhttp://zh.cppreference.com/cpp/io/basic_ostream
同步的输出http://zh.cppreference.com/cpp/io#同步的输出
文件系统http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
threadhttp://zh.cppreference.com/cpp/thread/thread
jthreadhttp://zh.cppreference.com/cpp/thread/jthread
atomichttp://zh.cppreference.com/cpp/atomic/atomic
atomic_flaghttp://zh.cppreference.com/cpp/atomic/atomic_flag
atomic_refhttp://zh.cppreference.com/cpp/atomic/atomic_ref
memory_orderhttp://zh.cppreference.com/cpp/atomic/memory_order
互斥http://zh.cppreference.com/cpp/thread#互斥
条件变量http://zh.cppreference.com/cpp/thread#条件变量
未来体http://zh.cppreference.com/cpp/thread#未来体
信号量http://zh.cppreference.com/cpp/thread#信号量
latchhttp://zh.cppreference.com/cpp/thread/latch
barrierhttp://zh.cppreference.com/cpp/thread/barrier
安全回收http://zh.cppreference.com/cpp/thread#安全回收
执行支持库http://zh.cppreference.com/cpp/execution
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言http://zh.cppreference.com/cpp/feature_test#语言功能特性
标准库http://zh.cppreference.com/cpp/utility/feature_test#库功能特性
标头http://zh.cppreference.com/cpp/utility/feature_test
技术规范http://zh.cppreference.com/cpp/experimental
标准库扩展http://zh.cppreference.com/cpp/experimental/lib_extensions
resource_adaptorhttp://zh.cppreference.com/cpp/experimental/resource_adaptor
invocation_typehttp://zh.cppreference.com/cpp/experimental/invocation_type
标准库扩展 v2http://zh.cppreference.com/cpp/experimental/lib_extensions_2
propagate_consthttp://zh.cppreference.com/cpp/experimental/propagate_const
ostream_joinerhttp://zh.cppreference.com/cpp/experimental/ostream_joiner
randinthttp://zh.cppreference.com/cpp/experimental/randint
observer_ptrhttp://zh.cppreference.com/cpp/experimental/observer_ptr
检测手法http://zh.cppreference.com/cpp/experimental/is_detected
标准库扩展 v3http://zh.cppreference.com/cpp/experimental/lib_extensions_3
scope_exithttp://zh.cppreference.com/cpp/experimental/scope_exit
scope_failhttp://zh.cppreference.com/cpp/experimental/scope_fail
scope_successhttp://zh.cppreference.com/cpp/experimental/scope_success
unique_resourcehttp://zh.cppreference.com/cpp/experimental/unique_resource
并行库扩展 v2http://zh.cppreference.com/cpp/experimental/parallelism_2
simdhttp://zh.cppreference.com/cpp/experimental/simd
并发库扩展http://zh.cppreference.com/cpp/experimental/concurrency
事务性内存http://zh.cppreference.com/cpp/language/transactional_memory
外部链接http://zh.cppreference.com/cpp/links
非 ANSI/ISO 库http://zh.cppreference.com/cpp/links/libs
索引http://zh.cppreference.com/cpp/index
std 符号索引http://zh.cppreference.com/cpp/symbol_index
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://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
http://zh.cppreference.com/cpp
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp&oldid=93088
页面信息http://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.