find函式[C++ 標準模板庫函式]

find函式[C++ 標準模板庫函式]
更多義項 ▼ 收起列表 ▲

find函式提供了一種對數組、STL容器進行查找的方法。

函式功能

查找一定範圍內元素的個數。

查找[first,last)範圍內,與toval等價的第一個元素,返回一個疊代器。如果沒有這個元素,將返回last。

(Returns an iterator to the first element in the range [first,last) that compares equal toval. If no such element is found, the function returnslast.)

函式原型

輸入參數

first, last

輸入查詢序列的開始和結束位置,注意:這兩個參數為疊代器。

val
要查詢的值

返回值

返回查詢結果的疊代器

實例

運行結果

相關詞條

相關搜尋

熱門詞條

聯絡我們