binary_search (STL/CLR)
指定された値と同じまたはそれにある意味で同じ指定した並べ替え付き範囲に要素があるかどうかはテスト バイナリ述語によって。
template<class _FwdIt, class _Ty> inline
bool binary_search(_FwdIt _First, _FwdIt _Last, const _Ty% _Val);
template<class _FwdIt, class _Ty, class _Pr> inline
bool binary_search(_FwdIt _First, _FwdIt _Last,
const _Ty% _Val, _Pr _Pred);
解説
この関数は、 STL の関数 binary_search同様に動作します。詳細については、「binary_search」を参照してください。
必要条件
ヘッダー: <cliext/アルゴリズム>
名前空間: の cliext