Home
last modified time | relevance | path

Searched defs:replace_copy_if (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dreplace_copy_if.hpp34 replace_copy_if(const ForwardRange& rng, OutputIterator out_it, Predicate pred, in replace_copy_if() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp173 struct replace_copy_if struct
179 struct result<This(R&, O, P, T&)>
185 operator()(R& r, O o, P p, T const& with) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp423 struct replace_copy_if { struct
426 struct sig {
434 operator()(A a, A b, C c, D d, const E& e) const in operator ()()
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp916 OutputIterator replace_copy_if( in replace_copy_if() function