array、vector、deque、list、forward_list不带find()成员函数,如需使用,可使用全局的find()函数;
set/multiset、map/multimap、 unordered_set/unordered_multiset、unordered_map/unordered_multimap自带有成员函数find()
array、vector、deque、list、forward_list不带find()成员函数,如需使用,可使用全局的find()函数;
set/multiset、map/multimap、 unordered_set/unordered_multiset、unordered_map/unordered_multimap自带有成员函数find()
本文标题:容器是否带find()函数
本文链接:https://www.haomeiwen.com/subject/psujnttx.html
网友评论