共用方式為


replace_if (STL/CLR)

如果滿足指定的述詞,檢查在範圍內的每個項目並取代它。

template<class _FwdIt, class _Pr, class _Ty> inline
    void replace_if(_FwdIt _First, _FwdIt _Last, _Pr _Pred,
        const _Ty% _Val);

備註

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

需求

標頭: <cliext/algorithm>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)