René's URL Explorer Experiment


Title: 协程支持 (C++20) - cppreference.com

Generator: MediaWiki 1.43.8

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%2Fcoroutine
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fcoroutine
页面http://zh.cppreference.com/cpp/coroutine
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/coroutine&action=edit&redlink=1
http://zh.cppreference.com/cpp/coroutine
不转换http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/coroutine&variant=zh-tw
阅读http://zh.cppreference.com/cpp/coroutine
查看源代码http://zh.cppreference.com/index.php?title=cpp/coroutine&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/coroutine&action=history
http://zh.cppreference.com/cpp/coroutine
cpphttp://zh.cppreference.com/cpp
C++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
工具库http://zh.cppreference.com/cpp/utility
语言支持http://zh.cppreference.com/cpp/utility#语言支持
库功能特性测试宏http://zh.cppreference.com/cpp/utility/feature_test
类型支持http://zh.cppreference.com/cpp/types
程序工具http://zh.cppreference.com/cpp/utility/program
可变参数函数http://zh.cppreference.com/cpp/utility/variadic
is_constant_evaluatedhttp://zh.cppreference.com/cpp/types/is_constant_evaluated
is_within_lifetimehttp://zh.cppreference.com/cpp/types/is_within_lifetime
initializer_listhttp://zh.cppreference.com/cpp/utility/initializer_list
source_locationhttp://zh.cppreference.com/cpp/utility/source_location
契约支持http://zh.cppreference.com/cpp/contract
三路比较http://zh.cppreference.com/cpp/utility#三路比较
three_way_comparablethree_way_comparable_withhttp://zh.cppreference.com/cpp/utility/compare/three_way_comparable
strong_orderinghttp://zh.cppreference.com/cpp/utility/compare/strong_ordering
weak_orderinghttp://zh.cppreference.com/cpp/utility/compare/weak_ordering
partial_orderinghttp://zh.cppreference.com/cpp/utility/compare/partial_ordering
common_comparison_categoryhttp://zh.cppreference.com/cpp/utility/compare/common_comparison_category
compare_three_way_resulthttp://zh.cppreference.com/cpp/utility/compare/compare_three_way_result
compare_three_wayhttp://zh.cppreference.com/cpp/utility/compare/compare_three_way
strong_orderhttp://zh.cppreference.com/cpp/utility/compare/strong_order
weak_orderhttp://zh.cppreference.com/cpp/utility/compare/weak_order
partial_orderhttp://zh.cppreference.com/cpp/utility/compare/partial_order
compare_strong_order_fallbackhttp://zh.cppreference.com/cpp/utility/compare/compare_strong_order_fallback
compare_weak_order_fallbackhttp://zh.cppreference.com/cpp/utility/compare/compare_weak_order_fallback
compare_partial_order_fallbackhttp://zh.cppreference.com/cpp/utility/compare/compare_partial_order_fallback
type_orderhttp://zh.cppreference.com/cpp/utility/compare/type_order
is_eqis_ltis_lteqhttp://zh.cppreference.com/cpp/utility/compare/named_comparison_functions
is_neqis_gtis_gteqhttp://zh.cppreference.com/cpp/utility/compare/named_comparison_functions
函数对象http://zh.cppreference.com/cpp/utility/functional
位操纵http://zh.cppreference.com/cpp/utility/bit
bitsethttp://zh.cppreference.com/cpp/utility/bitset
hashhttp://zh.cppreference.com/cpp/utility/hash
关系运算符http://zh.cppreference.com/cpp/utility#关系运算符
rel_ops::operator!=rel_ops::operator>http://zh.cppreference.com/cpp/utility/rel_ops/operator_cmp
rel_ops::operator<=rel_ops::operator>=http://zh.cppreference.com/cpp/utility/rel_ops/operator_cmp
整数比较函数http://zh.cppreference.com/cpp/utility#整数比较函数
cmp_equalcmp_lesscmp_less_thanhttp://zh.cppreference.com/cpp/utility/intcmp
cmp_not_equalcmp_greatercmp_greater_thanhttp://zh.cppreference.com/cpp/utility/intcmp
in_rangehttp://zh.cppreference.com/cpp/utility/in_range
交换http://zh.cppreference.com/cpp/utility#交换
类型运算http://zh.cppreference.com/cpp/utility#类型运算
swaphttp://zh.cppreference.com/cpp/algorithm/swap
ranges::swaphttp://zh.cppreference.com/cpp/utility/ranges/swap
exchangehttp://zh.cppreference.com/cpp/utility/exchange
declvalhttp://zh.cppreference.com/cpp/utility/declval
to_underlyinghttp://zh.cppreference.com/cpp/utility/to_underlying
forwardhttp://zh.cppreference.com/cpp/utility/forward
forward_likehttp://zh.cppreference.com/cpp/utility/forward_like
movehttp://zh.cppreference.com/cpp/utility/move
move_if_noexcepthttp://zh.cppreference.com/cpp/utility/move_if_noexcept
as_consthttp://zh.cppreference.com/cpp/utility/as_const
pairhttp://zh.cppreference.com/cpp/utility/pair
tuplehttp://zh.cppreference.com/cpp/utility/tuple
optionalhttp://zh.cppreference.com/cpp/utility/optional
anyhttp://zh.cppreference.com/cpp/utility/any
varianthttp://zh.cppreference.com/cpp/utility/variant
tuple_sizehttp://zh.cppreference.com/cpp/utility/tuple_size
tuple_elementhttp://zh.cppreference.com/cpp/utility/tuple_element
applyhttp://zh.cppreference.com/cpp/utility/apply
make_from_tuplehttp://zh.cppreference.com/cpp/utility/make_from_tuple
expectedhttp://zh.cppreference.com/cpp/utility/expected
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/utility/navbar_content&action=edit
coroutine_traitshttp://zh.cppreference.com/cpp/coroutine/coroutine_traits
coroutine_handlehttp://zh.cppreference.com/cpp/coroutine/coroutine_handle
noop_coroutine_promisehttp://zh.cppreference.com/cpp/coroutine/noop_coroutine_promise
noop_coroutinehttp://zh.cppreference.com/cpp/coroutine/noop_coroutine
suspend_neverhttp://zh.cppreference.com/cpp/coroutine/suspend_never
suspend_alwayshttp://zh.cppreference.com/cpp/coroutine/suspend_always
generatorhttp://zh.cppreference.com/cpp/coroutine/generator
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/navbar_content&action=edit
协程http://zh.cppreference.com/cpp/language/coroutines
1 协程特征http://zh.cppreference.com/cpp/coroutine#协程特征
2 协程句柄http://zh.cppreference.com/cpp/coroutine#协程句柄
3 无操作协程http://zh.cppreference.com/cpp/coroutine#无操作协程
4 平凡可等待体http://zh.cppreference.com/cpp/coroutine#平凡可等待体
5 注解http://zh.cppreference.com/cpp/coroutine#注解
6 参阅http://zh.cppreference.com/cpp/coroutine#参阅
http://zh.cppreference.com/cpp/header/coroutine
coroutine_traitshttp://zh.cppreference.com/cpp/coroutine/coroutine_traits
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_coroutine_traits&action=edit
http://zh.cppreference.com/cpp/header/coroutine
coroutine_handlehttp://zh.cppreference.com/cpp/coroutine/coroutine_handle
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_coroutine_handle&action=edit
http://zh.cppreference.com/cpp/header/coroutine
noop_coroutinehttp://zh.cppreference.com/cpp/coroutine/noop_coroutine
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_noop_coroutine&action=edit
noop_coroutine_promisehttp://zh.cppreference.com/cpp/coroutine/noop_coroutine_promise
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_noop_coroutine_promise&action=edit
noop_coroutine_handlehttp://zh.cppreference.com/cpp/coroutine/coroutine_handle
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_noop_coroutine_handle&action=edit
http://zh.cppreference.com/cpp/header/coroutine
suspend_neverhttp://zh.cppreference.com/cpp/coroutine/suspend_never
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_suspend_never&action=edit
suspend_alwayshttp://zh.cppreference.com/cpp/coroutine/suspend_always
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/coroutine/dsc_suspend_always&action=edit
功能特性测试http://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_coroutinehttp://zh.cppreference.com/cpp/feature_test#cpp_lib_coroutine
201902Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_lib_coroutine_201902L
generatorhttp://zh.cppreference.com/cpp/coroutine/generator
协程http://zh.cppreference.com/cpp/language/coroutines
viewhttp://zh.cppreference.com/cpp/ranges/view
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/ranges/dsc_generator&action=edit
首页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/coroutine
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/coroutine
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/coroutine
上传文件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/coroutine&oldid=99901
页面信息http://zh.cppreference.com/index.php?title=cpp/coroutine&action=info
Englishhttp://en.cppreference.com/cpp/coroutine
Españolhttp://es.cppreference.com/cpp/coroutine
日本語http://ja.cppreference.com/cpp/coroutine
Русскийhttp://ru.cppreference.com/cpp/coroutine

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.