Home
last modified time | relevance | path

Searched refs:subforest (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/hana/example/misc/
Dtree.cpp24 Subforest subforest; member
32 constexpr auto make_node(X x, Subforest subforest) { in make_node() argument
33 return node<X, Subforest>{x, subforest}; in make_node()
46 hana::equal(node1.subforest, node2.subforest) in apply()
60 hana::transform(node.subforest, [=](auto subtree) { in apply()
84 hana::transform(x.subforest, [=](auto subtree) { in apply()
87 hana::transform(f.subforest, [=](auto subtree) { in apply()
105 node.value.subforest, in apply()
106 hana::transform(node.subforest, hana::flatten) in apply()
119 return hana::fold_left(node.subforest, f(state, node.value), in apply()