Searched refs:__unique_copy (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_algo.h | 561 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy() function 574 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy() function 577 return __unique_copy(__first, __last, __result, __VALUE_TYPE(__first)); in __unique_copy() 581 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy() function 593 return __unique_copy(__first, __last, __result, in unique_copy() 599 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy() function 613 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy() function 617 return __unique_copy(__first, __last, __result, __binary_pred, in __unique_copy() 622 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy() function 637 return __unique_copy(__first, __last, __result, __binary_pred, in unique_copy()
|