Home
last modified time | relevance | path

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

/third_party/boost/boost/range/algorithm/
Dremove_copy_if.hpp31 remove_copy_if(const SinglePassRange& rng, OutputIterator out_it, Predicate pred) in remove_copy_if() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp321 struct remove_copy_if struct
327 struct result<This(R&, O, P)>
333 operator()(R& r, O o, P p) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp556 struct remove_copy_if { struct
559 struct sig {
567 operator()(A a, A b, C c, D d) const in operator ()()
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp936 std_remove_copy_if,std::remove_copy_if) in BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET()