René's URL Explorer Experiment


Title: std::reduce - 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%2Falgorithm%2Freduce
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Falgorithm%2Freduce
页面http://zh.cppreference.com/cpp/algorithm/reduce
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/algorithm/reduce&action=edit&redlink=1
http://zh.cppreference.com/cpp/algorithm/reduce
不转换http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&variant=zh-tw
阅读http://zh.cppreference.com/cpp/algorithm/reduce
查看源代码http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&action=history
http://zh.cppreference.com/cpp/algorithm/reduce
cpphttp://zh.cppreference.com/cpp
algorithmhttp://zh.cppreference.com/cpp/algorithm
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/algorithm
受约束算法及范围上的算法http://zh.cppreference.com/cpp/algorithm/ranges
ranges::copyhttp://zh.cppreference.com/cpp/algorithm/ranges/copy
ranges::sorthttp://zh.cppreference.com/cpp/algorithm/ranges/sort
不修改序列的操作http://zh.cppreference.com/cpp/algorithm#不修改序列的操作
批量操作http://zh.cppreference.com/cpp/algorithm#批量操作
for_eachhttp://zh.cppreference.com/cpp/algorithm/for_each
for_each_nhttp://zh.cppreference.com/cpp/algorithm/for_each_n
搜索操作http://zh.cppreference.com/cpp/algorithm#搜索操作
all_ofany_ofnone_ofhttp://zh.cppreference.com/cpp/algorithm/all_any_none_of
countcount_ifhttp://zh.cppreference.com/cpp/algorithm/count
mismatchhttp://zh.cppreference.com/cpp/algorithm/mismatch
equalhttp://zh.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttp://zh.cppreference.com/cpp/algorithm/find
find_endhttp://zh.cppreference.com/cpp/algorithm/find_end
find_first_ofhttp://zh.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttp://zh.cppreference.com/cpp/algorithm/adjacent_find
searchhttp://zh.cppreference.com/cpp/algorithm/search
search_nhttp://zh.cppreference.com/cpp/algorithm/search_n
修改序列的操作http://zh.cppreference.com/cpp/algorithm#修改序列的操作
复制操作http://zh.cppreference.com/cpp/algorithm#复制操作
copycopy_ifhttp://zh.cppreference.com/cpp/algorithm/copy
copy_backwardhttp://zh.cppreference.com/cpp/algorithm/copy_backward
copy_nhttp://zh.cppreference.com/cpp/algorithm/copy_n
movehttp://zh.cppreference.com/cpp/algorithm/move
move_backwardhttp://zh.cppreference.com/cpp/algorithm/move_backward
交换操作http://zh.cppreference.com/cpp/algorithm#交换操作
swaphttp://zh.cppreference.com/cpp/algorithm/swap
iter_swaphttp://zh.cppreference.com/cpp/algorithm/iter_swap
swap_rangeshttp://zh.cppreference.com/cpp/algorithm/swap_ranges
变换操作http://zh.cppreference.com/cpp/algorithm#变换操作
replacereplace_ifhttp://zh.cppreference.com/cpp/algorithm/replace
transformhttp://zh.cppreference.com/cpp/algorithm/transform
replace_copyreplace_copy_ifhttp://zh.cppreference.com/cpp/algorithm/replace_copy
生成操作http://zh.cppreference.com/cpp/algorithm#生成操作
fillhttp://zh.cppreference.com/cpp/algorithm/fill
fill_nhttp://zh.cppreference.com/cpp/algorithm/fill_n
generatehttp://zh.cppreference.com/cpp/algorithm/generate
generate_nhttp://zh.cppreference.com/cpp/algorithm/generate_n
移除操作http://zh.cppreference.com/cpp/algorithm#移除操作
removeremove_ifhttp://zh.cppreference.com/cpp/algorithm/remove
uniquehttp://zh.cppreference.com/cpp/algorithm/unique
remove_copyremove_copy_ifhttp://zh.cppreference.com/cpp/algorithm/remove_copy
unique_copyhttp://zh.cppreference.com/cpp/algorithm/unique_copy
顺序变更操作http://zh.cppreference.com/cpp/algorithm#顺序变更操作
reversehttp://zh.cppreference.com/cpp/algorithm/reverse
reverse_copyhttp://zh.cppreference.com/cpp/algorithm/reverse_copy
rotatehttp://zh.cppreference.com/cpp/algorithm/rotate
rotate_copyhttp://zh.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttp://zh.cppreference.com/cpp/algorithm/random_shuffle
shift_leftshift_righthttp://zh.cppreference.com/cpp/algorithm/shift
采样操作http://zh.cppreference.com/cpp/algorithm#采样操作
samplehttp://zh.cppreference.com/cpp/algorithm/sample
排序和相关操作http://zh.cppreference.com/cpp/algorithm#排序和相关操作
划分操作http://zh.cppreference.com/cpp/algorithm#划分操作
partitionhttp://zh.cppreference.com/cpp/algorithm/partition
partition_copyhttp://zh.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttp://zh.cppreference.com/cpp/algorithm/stable_partition
is_partitionedhttp://zh.cppreference.com/cpp/algorithm/is_partitioned
partition_pointhttp://zh.cppreference.com/cpp/algorithm/partition_point
排序操作http://zh.cppreference.com/cpp/algorithm#排序操作
sorthttp://zh.cppreference.com/cpp/algorithm/sort
stable_sorthttp://zh.cppreference.com/cpp/algorithm/stable_sort
partial_sorthttp://zh.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttp://zh.cppreference.com/cpp/algorithm/partial_sort_copy
is_sortedhttp://zh.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttp://zh.cppreference.com/cpp/algorithm/is_sorted_until
nth_elementhttp://zh.cppreference.com/cpp/algorithm/nth_element
二分搜索操作(在已划分范围上)http://zh.cppreference.com/cpp/algorithm#二分搜索操作(在已划分范围上)
lower_boundhttp://zh.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttp://zh.cppreference.com/cpp/algorithm/upper_bound
equal_rangehttp://zh.cppreference.com/cpp/algorithm/equal_range
binary_searchhttp://zh.cppreference.com/cpp/algorithm/binary_search
集合操作(在有序范围上)http://zh.cppreference.com/cpp/algorithm#集合操作(在有序范围上)
includeshttp://zh.cppreference.com/cpp/algorithm/includes
set_unionhttp://zh.cppreference.com/cpp/algorithm/set_union
set_intersectionhttp://zh.cppreference.com/cpp/algorithm/set_intersection
set_differencehttp://zh.cppreference.com/cpp/algorithm/set_difference
set_symmetric_differencehttp://zh.cppreference.com/cpp/algorithm/set_symmetric_difference
归并操作(在有序范围上)http://zh.cppreference.com/cpp/algorithm#归并操作(在有序范围上)
mergehttp://zh.cppreference.com/cpp/algorithm/merge
inplace_mergehttp://zh.cppreference.com/cpp/algorithm/inplace_merge
堆操作http://zh.cppreference.com/cpp/algorithm#堆操作
push_heaphttp://zh.cppreference.com/cpp/algorithm/push_heap
pop_heaphttp://zh.cppreference.com/cpp/algorithm/pop_heap
make_heaphttp://zh.cppreference.com/cpp/algorithm/make_heap
sort_heaphttp://zh.cppreference.com/cpp/algorithm/sort_heap
is_heaphttp://zh.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttp://zh.cppreference.com/cpp/algorithm/is_heap_until
最小/最大操作http://zh.cppreference.com/cpp/algorithm#最小/最大操作
maxhttp://zh.cppreference.com/cpp/algorithm/max
minhttp://zh.cppreference.com/cpp/algorithm/min
minmaxhttp://zh.cppreference.com/cpp/algorithm/minmax
clamphttp://zh.cppreference.com/cpp/algorithm/clamp
max_elementhttp://zh.cppreference.com/cpp/algorithm/max_element
min_elementhttp://zh.cppreference.com/cpp/algorithm/min_element
minmax_elementhttp://zh.cppreference.com/cpp/algorithm/minmax_element
字典序比较操作http://zh.cppreference.com/cpp/algorithm#字典序比较操作
lexicographical_comparehttp://zh.cppreference.com/cpp/algorithm/lexicographical_compare
lexicographical_compare_three_wayhttp://zh.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
排列操作http://zh.cppreference.com/cpp/algorithm#排列操作
next_permutationhttp://zh.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttp://zh.cppreference.com/cpp/algorithm/prev_permutation
is_permutationhttp://zh.cppreference.com/cpp/algorithm/is_permutation
执行策略 (C++17)http://zh.cppreference.com/cpp/algorithm#执行策略
is_execution_policyhttp://zh.cppreference.com/cpp/algorithm/is_execution_policy
execution::seqexecution::parexecution::par_unseqexecution::unseqhttp://zh.cppreference.com/cpp/algorithm/execution_policy_tag
execution-policyhttp://zh.cppreference.com/cpp/algorithm/execution-policy
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttp://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
数值运算http://zh.cppreference.com/cpp/algorithm#数值运算
iotahttp://zh.cppreference.com/cpp/algorithm/iota
inner_producthttp://zh.cppreference.com/cpp/algorithm/inner_product
accumulatehttp://zh.cppreference.com/cpp/algorithm/accumulate
adjacent_differencehttp://zh.cppreference.com/cpp/algorithm/adjacent_difference
transform_reducehttp://zh.cppreference.com/cpp/algorithm/transform_reduce
partial_sumhttp://zh.cppreference.com/cpp/algorithm/partial_sum
inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
专门算法http://zh.cppreference.com/cpp/algorithm/memory
专门算法http://zh.cppreference.com/cpp/algorithm#random_专门算法
ranges::generate_randomhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_random
C 库http://zh.cppreference.com/cpp/algorithm#C_库
qsorthttp://zh.cppreference.com/cpp/algorithm/qsort
bsearchhttp://zh.cppreference.com/cpp/algorithm/bsearch
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
数值库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/fenv
复数http://zh.cppreference.com/cpp/numeric/complex
数值数组 (valarray)http://zh.cppreference.com/cpp/numeric/valarray
伪随机数生成http://zh.cppreference.com/cpp/numeric/random
位操纵http://zh.cppreference.com/cpp/utility/bit
饱和算术http://zh.cppreference.com/cpp/numeric#饱和算术
因数运算http://zh.cppreference.com/cpp/numeric#因数运算
gcdhttp://zh.cppreference.com/cpp/numeric/gcd
lcmhttp://zh.cppreference.com/cpp/numeric/lcm
插值http://zh.cppreference.com/cpp/numeric#插值运算
midpointhttp://zh.cppreference.com/cpp/numeric/midpoint
lerphttp://zh.cppreference.com/cpp/numeric/lerp
泛型算术运算http://zh.cppreference.com/cpp/numeric#算术运算
iotahttp://zh.cppreference.com/cpp/algorithm/iota
ranges::iotahttp://zh.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttp://zh.cppreference.com/cpp/algorithm/accumulate
inner_producthttp://zh.cppreference.com/cpp/algorithm/inner_product
adjacent_differencehttp://zh.cppreference.com/cpp/algorithm/adjacent_difference
partial_sumhttp://zh.cppreference.com/cpp/algorithm/partial_sum
transform_reducehttp://zh.cppreference.com/cpp/algorithm/transform_reduce
inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
C 风格带检查整数算术http://zh.cppreference.com/cpp/numeric#带检查整数算术
ckd_addhttp://zh.cppreference.com/cpp/numeric/ckd_add
ckd_subhttp://zh.cppreference.com/cpp/numeric/ckd_sub
ckd_mulhttp://zh.cppreference.com/cpp/numeric/ckd_mul
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/numeric/navbar_content&action=edit
http://zh.cppreference.com/cpp/header/numeric
可移动构造 (MoveConstructible) http://zh.cppreference.com/cpp/named_req/MoveConstructible
1 参数http://zh.cppreference.com/cpp/algorithm/reduce#参数
2 返回值http://zh.cppreference.com/cpp/algorithm/reduce#返回值
3 复杂度http://zh.cppreference.com/cpp/algorithm/reduce#复杂度
4 异常http://zh.cppreference.com/cpp/algorithm/reduce#异常
5 注解http://zh.cppreference.com/cpp/algorithm/reduce#注解
6 示例http://zh.cppreference.com/cpp/algorithm/reduce#示例
7 参阅http://zh.cppreference.com/cpp/algorithm/reduce#参阅
范围http://zh.cppreference.com/cpp/iterator#范围
执行策略http://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
函数对象 (FunctionObject) http://zh.cppreference.com/cpp/named_req/FunctionObject
老式输入迭代器 (LegacyInputIterator) http://zh.cppreference.com/cpp/named_req/InputIterator
老式向前迭代器 (LegacyForwardIterator) http://zh.cppreference.com/cpp/named_req/ForwardIterator
标准策略http://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
accumulatehttp://zh.cppreference.com/cpp/algorithm/accumulate
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_accumulate&action=edit
transformhttp://zh.cppreference.com/cpp/algorithm/transform
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform&action=edit
ranges::transformhttp://zh.cppreference.com/cpp/algorithm/ranges/transform
transform_reducehttp://zh.cppreference.com/cpp/algorithm/transform_reduce
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_reduce&action=edit
ranges::fold_lefthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left&action=edit
分类http://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面http://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页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/algorithm/reduce
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/algorithm/reduce
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/algorithm/reduce
上传文件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/algorithm/reduce&oldid=98450
页面信息http://zh.cppreference.com/index.php?title=cpp/algorithm/reduce&action=info
Deutschhttps://de.cppreference.com/cpp/algorithm/reduce
Englishhttp://en.cppreference.com/cpp/algorithm/reduce
Españolhttp://es.cppreference.com/cpp/algorithm/reduce
Françaishttp://fr.cppreference.com/cpp/algorithm/reduce
Italianohttp://it.cppreference.com/cpp/algorithm/reduce
日本語http://ja.cppreference.com/cpp/algorithm/reduce
Portuguêshttp://pt.cppreference.com/cpp/algorithm/reduce
Русскийhttp://ru.cppreference.com/cpp/algorithm/reduce

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.