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

Class fold

example/tutorial/appendix_mpl.cpp:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171//////////////////////////////////////////////////////////////////////////////
172template <typename Sequence, typename State, typename F>
173struct fold
174 : decltype(hana::fold(
175 Sequence{}, hana::type_c<State>, detail::mpl_metafunction<F>
176 ))
177{ };
178
179template <typename Sequence, typename State, typename F>
180struct reverse_fold

Callers 8

joinFunction · 0.85
mainFunction · 0.85
joinFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
TestFoldableMethod · 0.85

Calls

no outgoing calls

Tested by 2

joinFunction · 0.68
TestFoldableMethod · 0.68