MCPcopy Create free account
hub / github.com/boostorg/hana / make_node

Function make_node

example/misc/tree.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template <typename X, typename Subforest>
32constexpr auto make_node(X x, Subforest subforest) {
33 return node<X, Subforest>{x, subforest};
34}
35
36namespace boost { namespace hana {
37 //////////////////////////////////////////////////////////////////////////

Callers 5

applyMethod · 0.85
applyMethod · 0.85
applyMethod · 0.85
applyMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected