清泛IT社区

标题: std::vector find查找方法 [打印本页]

作者: 清泛网    时间: 2016-05-05 13:42
标题: std::vector find查找方法
std::vector<std::string> vecTest;

std::string findStr("test");
bool found = std::find(vecTest.begin(), vecTest.end(), findStr) != vecTest.end();


注意:.begin(),.end()一定不要忘记了后面的括号,否则报如下错误:
error C3867: “std::vector<_Ty>::end”: 函数调用缺少参数列表;请使用“&std::vector<_Ty>::end”创建指向成员的指针






欢迎光临 清泛IT社区 (https://bbs.tsingfun.com/) Powered by Discuz! X3.3