Basically we need to iterate over all the elements of vector and check if given elements exists or not. This can be done in a single line using std::find i.e..
確定! 回上一頁