Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dmonadic_fold_right.hpp101 struct monadic_fold_right_impl<T, when<condition>> : default_ { struct
104 static constexpr decltype(auto) apply(Xs&& xs, S&& s, F&& f) { in apply()
116 static constexpr decltype(auto) apply(Xs&& xs, F&& f) { in apply()