Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dfold_right.hpp75 struct fold_right_impl<T, when<condition>> : default_ { struct
78 static constexpr decltype(auto) apply(Xs&& xs, S&& s, F&& f) { in apply()
86 static constexpr decltype(auto) apply(Xs&& xs, F&& f) { in apply()