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

Class sort

example/tutorial/appendix_mpl.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344template <typename Sequence, typename Pred = mpl::quote2<less>>
345struct sort {
346 using type = decltype(hana::sort(
347 hana::to_tuple(Sequence{}), detail::mpl_predicate<Pred>
348 ));
349};
350
351template <typename Sequence>
352struct reverse {

Callers 9

sort.cppFile · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
constexpr_contextFunction · 0.50
sort.hppFile · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected