Searched defs:replace_if (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/fusion/algorithm/transformation/ |
D | replace_if.hpp | 22 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/ |
D | replace_if.hpp | 31 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/ |
D | replace_if.hpp | 47 constexpr auto replace_if = [](auto&& xs, auto&& predicate, auto&& value) { in __anon06b19cf80102() variable
|
/third_party/boost/boost/hana/fwd/ |
D | replace_if.hpp | 47 constexpr auto replace_if = [](auto&& xs, auto&& predicate, auto&& value) { in __anon709c1bc50102() variable
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | replace_if.rst | 3 replace_if title
|
/third_party/boost/boost/range/adaptor/ |
D | replaced_if.hpp | 142 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/ |
D | appendix_mpl.cpp | 300 struct replace_if { struct 301 using type = decltype(hana::replace_if(
|
/third_party/boost/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 144 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/ |
D | algorithm.hpp | 389 struct replace_if { struct 392 struct sig { 398 operator()(A a, A b, C c, const D& d) const in operator ()()
|