Home
last modified time | relevance | path

Searched refs:replace_copy_if (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dalgo.h82 using std::replace_copy_if;
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm220replace_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred, co…
1910 // replace_copy_if
1915 replace_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result,
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005116 * testsuite/25_algorithms/replace_copy_if/check_type.cc (Z::operator=):
2963 * include/bits/stl_algo.h (replace_copy, replace_copy_if):
2977 * testsuite/25_algorithms/replace_copy_if/1.cc: New.
2978 * testsuite/25_algorithms/replace_copy_if/check_type.cc: New.
H A DChangeLog-20024468 transform, replace, replace_if, replace_copy, replace_copy_if,
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_algo.h1092 replace_copy_if(_InputIterator __first, _InputIterator __last, in replace_copy_if() function