Home
last modified time | relevance | path

Searched defs:replace_if (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/fusion/algorithm/transformation/
Dreplace_if.hpp22 struct replace_if struct
24 typedef transform_view<Sequence, detail::replacer_if<F, T> > type;
35 replace_if(Sequence const& seq, F pred, T const& new_value) in replace_if() function
/third_party/boost/boost/range/algorithm/
Dreplace_if.hpp31 replace_if(ForwardRange& rng, UnaryPredicate pred, in replace_if() function
42 replace_if(const ForwardRange& rng, UnaryPredicate pred, in replace_if() function
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dreplace_if.hpp47 constexpr auto replace_if = [](auto&& xs, auto&& predicate, auto&& value) { in __anon06b19cf80102() variable
/third_party/boost/boost/hana/fwd/
Dreplace_if.hpp47 constexpr auto replace_if = [](auto&& xs, auto&& predicate, auto&& value) { in __anon709c1bc50102() variable
/third_party/boost/libs/mpl/doc/src/refmanual/
Dreplace_if.rst3 replace_if title
/third_party/boost/boost/range/adaptor/
Dreplaced_if.hpp142 replace_if(SinglePassRange& rng, Pred pred, Value to) in replace_if() function
153 replace_if(const SinglePassRange& rng, Pred pred, Value to) in replace_if() function
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp300 struct replace_if { struct
301 using type = decltype(hana::replace_if(
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp144 struct replace_if struct
146 typedef void result_type;
149 void operator()(R& r, P p, T const& with) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp389 struct replace_if { struct
392 struct sig {
398 operator()(A a, A b, C c, const D& d) const in operator ()()