C++算法库——搜索(find, find_first_of, search, search_n等)
头文件find,find_if,find_if_not:寻找满足条件的首个元素templateInputItfind(InputItfirst,InputItlast,constT&value);templateInputItfind_if(InputItfirst,InputItlast,UnaryPredicatep);templateInputItfind_if_not(InputItfir