Searched refs:unique_copy (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Dalgo.h59 using __STD::unique_copy;
H A Dstl_algo.h558 // unique and unique_copy
590 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, function
633 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, function
644 return unique_copy(__first, __last, __first);
651 return unique_copy(__first, __last, __first, __binary_pred);

Completed in 101 milliseconds