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

Class __msort

include/stdexec/__detail/__meta.hpp:1016–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014
1015 template <class _Continuation = __q<__mlist>>
1016 struct __msort
1017 {
1018 template <class... _Ts>
1019 using __f = __detail::__msort_apply<_Continuation,
1020 __detail::__msort_impl(std::array{__mtypeid<_Ts>...})>::__t;
1021 };
1022} // namespace STDEXEC
1023
1024#include "__epilogue.hpp"

Callers

nothing calls this directly

Calls 1

__msort_implFunction · 0.85

Tested by

no test coverage detected