remove (STL/CLR)
從指定範圍中排除指定的值,而不會干擾其他項目的順序和傳回新的範圍結尾沒有指定值。
template<class _FwdIt, class _Ty> inline
_FwdIt remove(_FwdIt _First, _FwdIt _Last, const _Ty% _Val);
備註
這個函式的行為與 STL 函式 remove 相同。 如需詳細資訊,請參閱移除。
需求
標頭: <cliext/algorithm>
命名空間: cliext