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

/haiku/headers/cpp/
H A Dstl_algo.h561 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
574 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
577 return __unique_copy(__first, __last, __result, __VALUE_TYPE(__first));
581 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, function
593 return __unique_copy(__first, __last, __result,
599 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
613 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, function
617 return __unique_copy(__first, __last, __result, __binary_pred,
622 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, function
637 return __unique_copy(__firs
[all...]

Completed in 53 milliseconds