Searched refs:replace_copy_if (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | algo.h | 82 using std::replace_copy_if;
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | algorithm | 220 …replace_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 D | ChangeLog-2005 | 116 * 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 D | ChangeLog-2002 | 4468 transform, replace, replace_if, replace_copy, replace_copy_if,
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_algo.h | 1092 replace_copy_if(_InputIterator __first, _InputIterator __last, in replace_copy_if() function
|