lower_bound (STL/CLR)

在第一個元素的位置中尋找順序排列之範圍的值小於或等位二元述詞中指定排序準則的指定值。

template<class _FwdIt, class _Ty> inline
    _FwdIt lower_bound(_FwdIt _First, _FwdIt _Last, const _Ty% _Val);
template<class _FwdIt, class _Ty, class _Pr> inline
    _FwdIt lower_bound(_FwdIt _First, _FwdIt _Last,
        const _Ty% _Val, _Pr _Pred);

備註

這個函式行為和 STL 函式一樣lower_bound。如需詳細資訊,請參閱 lower_bound

需求

標頭: < cliext/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)