Home
last modified time | relevance | path

Searched refs:remove_copy_if (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dalgo.h57 using __STD::remove_copy_if;
H A Dstl_algo.h530 _OutputIter remove_copy_if(_InputIter __first, _InputIter __last, in remove_copy_if() function
555 : remove_copy_if(++__i, __last, __first, __pred); in remove_if()