共用方式為


unique (STL/CLR)

移除是彼此相鄰中指定範圍內的重複的項目。

template<class _FwdIt> inline
    _FwdIt unique(_FwdIt _First, _FwdIt _Last);
template<class _FwdIt, class _Pr> inline
    _FwdIt unique(_FwdIt _First, _FwdIt _Last, _Pr _Pred);

備註

這個函式的行為與 STL 函式 unique 相同。 如需詳細資訊,請參閱unique (<algorithm>)

需求

標頭: <cliext/algorithm>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)