共用方式為


nth_element (STL/CLR)

分割正確設定序列的 nth 項目範圍範圍,以便在它前面的所有項目小於或等於,而且後面序列中的所有項目大於或等於它。

template<class _RanIt> inline
    void nth_element(_RanIt _First, _RanIt _Nth, _RanIt _Last);
template<class _RanIt, class _Pr> inline
    void nth_element(_RanIt _First, _RanIt _Nth, _RanIt _Last,
        _Pr _Pred);

備註

這個函式的行為與 STL 函式 nth_element 相同。 如需詳細資訊,請參閱nth_element

需求

標頭: <cliext/algorithm>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)