1. std::vector<Type> v = ....; ; 2. std::string myString = ....; ; 3. auto it = find_if(v.begin(), v.end(), [&myString](const Type& obj) {return ...
確定! 回上一頁