Searched defs:all_of_impl (Results 1 – 2 of 2) sorted by relevance
42 struct all_of_impl<S, when<condition>> : default_ { struct44 static constexpr auto apply(Xs&& xs, Pred&& pred) { in apply()