remove_if (STL/CLR)
就不滿足述詞,從指定的範圍,而不影響其餘的項目順序,並將傳回一個新的可用指定的值範圍的結尾的項目。
template<class _FwdIt, class _Pr> inline
_FwdIt remove_if(_FwdIt _First, _FwdIt _Last, _Pr _Pred);
備註
這個函式行為和 STL 函式一樣remove_if。 如需詳細資訊,請參閱 remove_if。
需求
標頭: < cliext/演算法 >
Namespace: cliext