Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dfold_left.hpp75 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/
Dseq.hpp50 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/
Dtree.cpp116 struct fold_left_impl<tree_tag> { struct
118 static constexpr auto apply(Node node, State state, F f) { in apply()