nth_element (STL/CLR)
その前のすべての要素が、以下であるシーケンスに大きなし、すべての要素がまたはそれに相当するように正しく範囲のシーケンスの nの番目の要素を検索する要素の範囲を、分割します。
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/アルゴリズム>
名前空間: の cliext