Searched defs:remove_copy_if (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/range/algorithm/ |
D | remove_copy_if.hpp | 31 remove_copy_if(const SinglePassRange& rng, OutputIterator out_it, Predicate pred) in remove_copy_if() function
|
/third_party/boost/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 321 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/ |
D | algorithm.hpp | 556 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/ |
D | algorithm.hpp | 936 std_remove_copy_if,std::remove_copy_if) in BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET()
|