min_element (STL/CLR)
在指定的範圍內尋找第一個最小項目,其中順序準則可由二元述詞指定。
template<class _FwdIt> inline
_FwdIt min_element(_FwdIt _First, _FwdIt _Last);
template<class _FwdIt, class _Pr> inline
_FwdIt min_element(_FwdIt _First, _FwdIt _Last, _Pr _Pred);
備註
這個函式的運作和STL函式一樣min_element. 如需詳細資訊,請參閱min_element。
需求
Header: <cliext/algorithm>
Namespace: cliext