Unique is an overloaded name; there are actually two unique functions.Prototype
template
ForwardIterator unique(ForwardIterator first, ForwardIterator last);
template
ForwardIterator unique(ForwardIterator first, ForwardIterator last, BinaryPredicate binary_pred);
Loading...