目录
本文的API
元素计数
查找最大、最小元素
查找第一个匹配元素
查找前N个连续匹配值
查找第一个子区间
查找最后一个子区间
查找两个区间都有的元素的第一次出现的位于第一区间的位置
查找两个连续且相等的元素
本文的API
count()
count_if(....,op)
min_element()
min_element(....,op)
max_element()
max_element(....,op)
minmax_element()
minmax_element(....,op)
find()
find_if(....,op)
find_if_not(....,op)
search_n()
search_n(....,op)
search()
search(....,op)
find_end()
find_end(....,op)
find_first_of()
find_first_of(....,op)
adjacent_find()
adjacent_find(....,op)