Searched defs:replace_copy (Results 1 – 10 of 10) sorted by relevance
21 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator replace_copy( in replace_copy() function
507 _LIBCPP_HIDE_FROM_ABI void replace_copy( in replace_copy() function
30 replace_copy(const ForwardRange& rng, OutputIterator out_it, const Value& what, in replace_copy() function
155 struct replace_copy struct161 struct result<This(R&, O, T&, T2&)>167 operator()(R& r, O o, T const& what, T const& with) const in operator ()()