Searched defs:fold_left_impl (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/hana/ |
| D | fold_left.hpp | 75 struct fold_left_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()
|
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | fold_left.hpp | 75 struct fold_left_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()
|
| /third_party/boost/libs/hana/test/_include/support/ |
| D | seq.hpp | 50 struct fold_left_impl<Seq> { struct 52 static constexpr auto apply(Xs xs, S s, F f) { in apply() 57 static constexpr auto apply(Xs xs, F f) { in apply()
|
| /third_party/boost/libs/hana/example/misc/ |
| D | tree.cpp | 116 struct fold_left_impl<tree_tag> { struct 118 static constexpr auto apply(Node node, State state, F f) { in apply()
|