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

Class reverse

example/tutorial/appendix_mpl.cpp:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351template <typename Sequence>
352struct reverse {
353 using type = decltype(hana::reverse(hana::to_tuple(Sequence{})));
354};
355
356
357//////////////////////////////////////////////////////////////////////////////

Callers 10

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.50
reverse.cppFile · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
constexpr_contextFunction · 0.50
reverse.hppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected