C++: find()函数的注意事项

头文件: <algorithm>

iterator find(iterator it1, iterator it2, &T);

原文地址:https://www.cnblogs.com/Luxuer/p/9471341.html