Searched refs:unique_copy (Results 1 – 2 of 2) sorted by relevance
59 using __STD::unique_copy;
590 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, in unique_copy() function633 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, in unique_copy() function644 return unique_copy(__first, __last, __first); in unique()651 return unique_copy(__first, __last, __first, __binary_pred); in unique()