Home
last modified time | relevance | path

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

/third_party/boost/boost/range/algorithm/
Dremove_copy.hpp34 remove_copy(const SinglePassRange& rng, OutputIterator out_it, const Value& val) in remove_copy() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp303 struct remove_copy struct
309 struct result<This(R&, O, T)>
315 operator()(R& r, O o, T const& x) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp539 struct remove_copy { struct
542 struct sig {
550 operator()(A a, A b, C c, const D& d) const in operator ()()
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp923 BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET(std_remove_copy,std::remove_copy) in BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET()