Home
last modified time | relevance | path

Searched defs:copy_if (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dcopy_if.h22 copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) { copy_if() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h270 copy_if(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIte… in copy_if() function