Searched defs:replace_if_impl (Results 1 – 3 of 3) sorted by relevance
43 struct replace_if_impl<Fun, when<condition>> : default_ { struct45 static constexpr auto apply(Xs&& xs, Pred&& pred, Value&& v) { in apply()
58 struct replace_if_impl struct