René's URL Explorer Experiment


Title: std::ranges::upper_bound - 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%2Falgorithm%2Franges%2Fupper+bound
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Falgorithm%2Franges%2Fupper+bound
页面http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/algorithm/ranges/upper_bound&action=edit&redlink=1
http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound
不转换http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&variant=zh-tw
阅读http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound
查看源代码http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&action=history
http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound
cpphttp://zh.cppreference.com/cpp
algorithmhttp://zh.cppreference.com/cpp/algorithm
rangeshttp://zh.cppreference.com/cpp/algorithm/ranges
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
reducehttp://zh.cppreference.com/cpp/algorithm/reduce
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/algorithm/ranges
不修改序列的操作http://zh.cppreference.com/cpp/algorithm/ranges#不修改序列的操作
all_ofany_ofnone_ofhttp://zh.cppreference.com/cpp/algorithm/ranges/all_any_none_of
for_eachhttp://zh.cppreference.com/cpp/algorithm/ranges/for_each
for_each_nhttp://zh.cppreference.com/cpp/algorithm/ranges/for_each_n
countcount_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/count
adjacent_findhttp://zh.cppreference.com/cpp/algorithm/ranges/adjacent_find
mismatchhttp://zh.cppreference.com/cpp/algorithm/ranges/mismatch
equalhttp://zh.cppreference.com/cpp/algorithm/ranges/equal
lexicographical_comparehttp://zh.cppreference.com/cpp/algorithm/ranges/lexicographical_compare
containscontains_subrangehttp://zh.cppreference.com/cpp/algorithm/ranges/contains
findfind_iffind_if_nothttp://zh.cppreference.com/cpp/algorithm/ranges/find
find_lastfind_last_iffind_last_if_nothttp://zh.cppreference.com/cpp/algorithm/ranges/find_last
find_endhttp://zh.cppreference.com/cpp/algorithm/ranges/find_end
find_first_ofhttp://zh.cppreference.com/cpp/algorithm/ranges/find_first_of
searchhttp://zh.cppreference.com/cpp/algorithm/ranges/search
search_nhttp://zh.cppreference.com/cpp/algorithm/ranges/search_n
starts_withhttp://zh.cppreference.com/cpp/algorithm/ranges/starts_with
ends_withhttp://zh.cppreference.com/cpp/algorithm/ranges/ends_with
修改序列的操作http://zh.cppreference.com/cpp/algorithm/ranges#修改序列的操作
copycopy_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/copy
copy_nhttp://zh.cppreference.com/cpp/algorithm/ranges/copy_n
copy_backwardhttp://zh.cppreference.com/cpp/algorithm/ranges/copy_backward
movehttp://zh.cppreference.com/cpp/algorithm/ranges/move
move_backwardhttp://zh.cppreference.com/cpp/algorithm/ranges/move_backward
shift_leftshift_righthttp://zh.cppreference.com/cpp/algorithm/ranges/shift
fillhttp://zh.cppreference.com/cpp/algorithm/ranges/fill
fill_nhttp://zh.cppreference.com/cpp/algorithm/ranges/fill_n
generatehttp://zh.cppreference.com/cpp/algorithm/ranges/generate
generate_nhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_n
transformhttp://zh.cppreference.com/cpp/algorithm/ranges/transform
swap_rangeshttp://zh.cppreference.com/cpp/algorithm/ranges/swap_ranges
shufflehttp://zh.cppreference.com/cpp/algorithm/ranges/shuffle
samplehttp://zh.cppreference.com/cpp/algorithm/ranges/sample
removeremove_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/remove
replacereplace_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/replace
reversehttp://zh.cppreference.com/cpp/algorithm/ranges/reverse
rotatehttp://zh.cppreference.com/cpp/algorithm/ranges/rotate
remove_copyremove_copy_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/remove_copy
uniquehttp://zh.cppreference.com/cpp/algorithm/ranges/unique
replace_copyreplace_copy_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/replace_copy
reverse_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/reverse_copy
rotate_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/rotate_copy
unique_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/unique_copy
划分操作http://zh.cppreference.com/cpp/algorithm/ranges#划分操作
is_partitionedhttp://zh.cppreference.com/cpp/algorithm/ranges/is_partitioned
partition_pointhttp://zh.cppreference.com/cpp/algorithm/ranges/partition_point
partitionhttp://zh.cppreference.com/cpp/algorithm/ranges/partition
partition_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/partition_copy
stable_partitionhttp://zh.cppreference.com/cpp/algorithm/ranges/stable_partition
排序操作http://zh.cppreference.com/cpp/algorithm/ranges#排序操作
is_sortedhttp://zh.cppreference.com/cpp/algorithm/ranges/is_sorted
is_sorted_untilhttp://zh.cppreference.com/cpp/algorithm/ranges/is_sorted_until
sorthttp://zh.cppreference.com/cpp/algorithm/ranges/sort
stable_sorthttp://zh.cppreference.com/cpp/algorithm/ranges/stable_sort
partial_sorthttp://zh.cppreference.com/cpp/algorithm/ranges/partial_sort
nth_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/nth_element
partial_sort_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/partial_sort_copy
二分搜索操作(在有序范围上)http://zh.cppreference.com/cpp/algorithm/ranges#二分搜索操作(在有序范围上)
lower_boundhttp://zh.cppreference.com/cpp/algorithm/ranges/lower_bound
binary_searchhttp://zh.cppreference.com/cpp/algorithm/ranges/binary_search
equal_rangehttp://zh.cppreference.com/cpp/algorithm/ranges/equal_range
集合操作(在有序范围上)http://zh.cppreference.com/cpp/algorithm/ranges#集合操作(在有序范围上)
mergehttp://zh.cppreference.com/cpp/algorithm/ranges/merge
inplace_mergehttp://zh.cppreference.com/cpp/algorithm/ranges/inplace_merge
set_differencehttp://zh.cppreference.com/cpp/algorithm/ranges/set_difference
set_intersectionhttp://zh.cppreference.com/cpp/algorithm/ranges/set_intersection
set_unionhttp://zh.cppreference.com/cpp/algorithm/ranges/set_union
includeshttp://zh.cppreference.com/cpp/algorithm/ranges/includes
set_symmetric_differencehttp://zh.cppreference.com/cpp/algorithm/ranges/set_symmetric_difference
堆操作http://zh.cppreference.com/cpp/algorithm/ranges#堆操作
is_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/is_heap
is_heap_untilhttp://zh.cppreference.com/cpp/algorithm/ranges/is_heap_until
make_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/make_heap
sort_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/sort_heap
push_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/push_heap
pop_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/pop_heap
最小/最大操作http://zh.cppreference.com/cpp/algorithm/ranges#最小/最大操作
maxhttp://zh.cppreference.com/cpp/algorithm/ranges/max
max_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/max_element
minhttp://zh.cppreference.com/cpp/algorithm/ranges/min
min_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/min_element
minmaxhttp://zh.cppreference.com/cpp/algorithm/ranges/minmax
minmax_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/minmax_element
clamphttp://zh.cppreference.com/cpp/algorithm/ranges/clamp
排列操作http://zh.cppreference.com/cpp/algorithm/ranges#排列操作
is_permutationhttp://zh.cppreference.com/cpp/algorithm/ranges/is_permutation
next_permutationhttp://zh.cppreference.com/cpp/algorithm/ranges/next_permutation
prev_permutationhttp://zh.cppreference.com/cpp/algorithm/ranges/prev_permutation
折叠操作http://zh.cppreference.com/cpp/algorithm/ranges#受约束的折叠操作
fold_lefthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left
fold_left_firsthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left_first
fold_righthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_right
fold_right_lasthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_right_last
fold_left_with_iterhttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left_with_iter
fold_left_first_with_iterhttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left_first_with_iter
数值操作http://zh.cppreference.com/cpp/algorithm/ranges#受约束的数值操作
iotahttp://zh.cppreference.com/cpp/algorithm/ranges/iota
随机数生成http://zh.cppreference.com/cpp/algorithm/ranges#受约束的随机数算法
generate_randomhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_random
未初始化存储上的操作http://zh.cppreference.com/cpp/algorithm/ranges#受约束的未初始化内存算法
construct_athttp://zh.cppreference.com/cpp/memory/ranges/construct_at
destroyhttp://zh.cppreference.com/cpp/memory/ranges/destroy
destroy_nhttp://zh.cppreference.com/cpp/memory/ranges/destroy_n
destroy_athttp://zh.cppreference.com/cpp/memory/ranges/destroy_at
uninitialized_copyhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_copy
uninitialized_movehttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_move
uninitialized_fillhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_fill
uninitialized_copy_nhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_copy_n
uninitialized_move_nhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_move_n
uninitialized_fill_nhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_fill_n
uninitialized_default_constructhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_default_construct
uninitialized_default_construct_nhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_default_construct_n
uninitialized_value_constructhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_value_construct
uninitialized_value_construct_nhttp://zh.cppreference.com/cpp/memory/ranges/uninitialized_value_construct_n
返回类型http://zh.cppreference.com/cpp/algorithm/ranges#返回类型
in_fun_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_fun_result
in_in_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_in_result
in_found_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_found_result
in_out_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_out_result
in_in_out_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_in_out_result
in_out_out_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_out_out_result
min_max_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/min_max_result
out_value_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/out_value_result
in_value_resulthttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_value_result
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/navbar_content&action=edit
http://zh.cppreference.com/cpp/header/algorithm
算法函数对象http://zh.cppreference.com/cpp/algorithm/ranges#算法函数对象
实参依赖查找http://zh.cppreference.com/cpp/language/adl
无限定查找http://zh.cppreference.com/cpp/language/unqualified_lookup
实参依赖查找http://zh.cppreference.com/cpp/language/adl
1 参数http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#参数
2 返回值http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#返回值
3 复杂度http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#复杂度
4 可能的实现http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#可能的实现
5 注解http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#注解
6 示例http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#示例
7 参阅http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#参阅
范围http://zh.cppreference.com/cpp/iterator#范围
random_access_iteratorhttp://zh.cppreference.com/cpp/iterator/random_access_iterator
功能特性测试http://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_algorithm_default_value_typehttp://zh.cppreference.com/cpp/feature_test#cpp_lib_algorithm_default_value_type
202403http://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_algorithm_default_value_type_202403
列表初始化http://zh.cppreference.com/cpp/language/list_initialization
1,2http://zh.cppreference.com/cpp/algorithm/ranges/upper_bound#版本_1
ranges::equal_rangehttp://zh.cppreference.com/cpp/algorithm/ranges/equal_range
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_equal_range&action=edit
ranges::lower_boundhttp://zh.cppreference.com/cpp/algorithm/ranges/lower_bound
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_lower_bound&action=edit
ranges::partitionhttp://zh.cppreference.com/cpp/algorithm/ranges/partition
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_partition&action=edit
upper_boundhttp://zh.cppreference.com/cpp/algorithm/upper_bound
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_upper_bound&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/ranges/upper_bound
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/algorithm/ranges/upper_bound
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/algorithm/ranges/upper_bound
上传文件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/ranges/upper_bound&oldid=102019
页面信息http://zh.cppreference.com/index.php?title=cpp/algorithm/ranges/upper_bound&action=info
Englishhttp://en.cppreference.com/cpp/algorithm/ranges/upper_bound
Españolhttp://es.cppreference.com/cpp/algorithm/ranges/upper_bound
日本語http://ja.cppreference.com/cpp/algorithm/ranges/upper_bound

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.