MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __msort_impl

Function __msort_impl

include/stdexec/__detail/__meta.hpp:999–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997 {
998 template <std::size_t _Ny>
999 consteval auto __msort_impl(std::array<__type_index, _Ny> __arr) noexcept
1000 {
1001 std::ranges::sort(__arr);
1002 return __arr;
1003 }
1004
1005 template <class _Continuation, auto _Ids, class = __make_indices<_Ids.size()>>
1006 struct __msort_apply;

Callers 1

__msortClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected