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