Partager via


unique (STL/CLR)

Removes duplicate elements that are adjacent to each other in a specified range.

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

Notes

This function behaves the same as the STL function unique. Pour plus d'informations, consultez unique (<algorithm>).

Configuration requise

Header: <cliext/algorithm>

Namespace: cliext

Voir aussi

Référence

algorithme (STL/CLR)