STL 之非修改算法

来源:互联网 发布:html5仿微信红包源码 编辑:程序博客网 时间:2024/04/27 08:59

目录


只访问容器中的元素,而不修改这些元素。


adjacent_find

equal

equal_range

find

find_end

find_first_of

find_if

for_each

includes

lower_bound

mismatch

count

count_if

max

max_element

min

min_element

binary_search

search

search_n

upper_bound

12 0
原创粉丝点击